Skip to content

Commit 715fd46

Browse files
committed
test: fix ClangImporter.remarks for Windows
`SwiftShims` pulls in `visualc` on Windows. Adjust the test to be a bit looser about the lines emitted.
1 parent 990a75e commit 715fd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/remarks.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
import Requires.Swift
44
// CHECK-NOT: error
55
// CHECK: remark: importing module 'SwiftShims'
6-
// CHECK-NEXT: remark: importing module 'Requires'
6+
// CHECK: remark: importing module 'Requires'

0 commit comments

Comments
 (0)