Skip to content

Commit e2e1150

Browse files
committed
test: repair Windows tests after #28646
Make the path matching more precise, add in a few more placeholders to get the printing to show what it was trying to match.
1 parent 9cbc761 commit e2e1150

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Driver/print_target_info.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313

1414
// CHECK-IOS: "paths": {
1515
// CHECK-IOS: "runtimeLibraryPaths": [
16-
// CHECK-IOS: "runtimeResourcePath":{{.*}}lib{{(/|\\)}}swift"
16+
// CHECK-IOS: ],
17+
// CHECK-IOS: "runtimeLibraryImportPaths": [
18+
// CHECK-IOS: ],
19+
// CHECK-IOS: "runtimeResourcePath": "{{.*}}lib{{(/|\\\\)}}swift"
1720
// CHECK-IOS: }
1821

1922

0 commit comments

Comments
 (0)