We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0100d7c commit 0718dc9Copy full SHA for 0718dc9
test/ClangImporter/pcm-emit-and-import.swift
@@ -6,7 +6,7 @@
6
// RUN: %swift-dump-pcm %t/script.pcm | %FileCheck %s --check-prefix=CHECK-DUMP
7
// CHECK-DUMP: Information for module file '{{.*}}/script.pcm':
8
// CHECK-DUMP: Module name: script
9
-// CHECK-DUMP: Module map file: {{.*}}/Inputs/custom-modules/module.map
+// CHECK-DUMP: Module map file: {{.*[/\\]}}Inputs{{/|\\}}custom-modules{{/|\\}}module.map
10
11
// Compile a source file that imports the explicit module.
12
// RUN: %target-swift-frontend -typecheck -verify -Xcc -fmodule-file=%t/script.pcm %s
0 commit comments