Skip to content

Commit 0718dc9

Browse files
committed
[windows] Adapt pcm-emit-and-import for Windows separators.
1 parent 0100d7c commit 0718dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/pcm-emit-and-import.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %swift-dump-pcm %t/script.pcm | %FileCheck %s --check-prefix=CHECK-DUMP
77
// CHECK-DUMP: Information for module file '{{.*}}/script.pcm':
88
// CHECK-DUMP: Module name: script
9-
// CHECK-DUMP: Module map file: {{.*}}/Inputs/custom-modules/module.map
9+
// CHECK-DUMP: Module map file: {{.*[/\\]}}Inputs{{/|\\}}custom-modules{{/|\\}}module.map
1010

1111
// Compile a source file that imports the explicit module.
1212
// RUN: %target-swift-frontend -typecheck -verify -Xcc -fmodule-file=%t/script.pcm %s

0 commit comments

Comments
 (0)