Skip to content

Commit c250165

Browse files
committed
Fix attempts to fix Windows tests
1 parent 8d0040f commit c250165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Driver/access-notes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// RUN: %swiftc_driver -emit-executable -o %t.exe %s -access-notes-path %S/Inputs/missing.accessnotes -### 2>&1 | %FileCheck --enable-windows-compatibility %s
1+
// RUN: %swiftc_driver -emit-executable -o %t.exe %s -access-notes-path %/S/Inputs/missing.accessnotes -### 2>&1 | %FileCheck %s
22

33
// CHECK: -access-notes-path SOURCE_DIR/test/Driver/Inputs/missing.accessnotes

test/Sema/access-notes-invalid.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -typecheck -primary-file %s -access-notes-path %S/Inputs/missing.accessnotes 2>&1 | %FileCheck --check-prefix=CHECK-MISSING --enable-windows-compatibility %s
1+
// RUN: %target-swift-frontend -typecheck -primary-file %/s -access-notes-path %/S/Inputs/missing.accessnotes 2>&1 | %FileCheck --check-prefix=CHECK-MISSING %s
22
// CHECK-MISSING: <unknown>:0: warning: ignored access notes file at 'SOURCE_DIR/test/Sema/Inputs/missing.accessnotes' because it cannot be read: No such file or directory{{$}}
33

44
// RUN: %target-typecheck-verify-swift -access-notes-path %S/Inputs/bad.accessnotes -verify-additional-file %S/Inputs/bad.accessnotes

0 commit comments

Comments
 (0)