Skip to content

Commit aa30f35

Browse files
authored
Merge pull request swiftlang#24536 from compnerd/next
tests: Win32 ParseableInterface.ModuleCache.SystemDependencies
2 parents aa6347c + c8b3c8e commit aa30f35

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/ParseableInterface/ModuleCache/SystemDependencies.swiftinterface

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@
4343
// NEGATIVE-NOT: SomeCModule.h
4444
// CHECK: SomeCModule.h
4545

46-
// CHECK-DUMP-NOT: usr/include
47-
// CHECK-DUMP: DEPENDENCY_DIRECTORY{{.+}}'usr/include'
46+
// CHECK-DUMP-NOT: usr{{[/\\]}}include
47+
// CHECK-DUMP: DEPENDENCY_DIRECTORY{{.+}}'usr{{[/\\]}}include'
4848
// CHECK-DUMP-NEXT: FILE_DEPENDENCY{{.+}}'module.modulemap'
49-
// CHECK-DUMP-NEXT: FILE_DEPENDENCY{{.+}}'SomeCModule.h'
50-
// CHECK-DUMP-NOT: usr/include
49+
// CHECK-DUMP-NOT: FILE_DEPENDENCY{{.+}}'SomeCModule.h'
50+
// CHECK-DUMP: FILE_DEPENDENCY{{.+}}'SomeCModule.h'
51+
// CHECK-DUMP-NOT: usr{{[/\\]}}include
5152

5253
// MODULECACHE-COUNT-2: SystemDependencies-{{[^ ]+}}.swiftmodule
5354

0 commit comments

Comments
 (0)