Skip to content

Commit bd95fcb

Browse files
committed
[Test] Fix a test for Windows
1 parent 6c0d957 commit bd95fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/parseable_output_unicode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
// CHECK-NEXT: {
7070
// CHECK-NEXT: "kind": "began",
7171
// CHECK-NEXT: "name": "merge-module",
72-
// CHECK-NEXT: "command": "{{.*[\\/]}}swift-frontend{{(-frontend|c)?(\.exe)?(\\")?}} -frontend -merge-modules -emit-module {{.*[\\/]}}你好-[[OUTPUT]].swiftmodule{{(\\")?}} {{.*}} -o {{.*[\\/]}}parseable_output_unicode.swift.tmp.swiftmodule{{(\\")?}}",
72+
// CHECK-NEXT: "command": "{{.*[\\/]}}swift{{(-frontend|c)?(\.exe)?(\\")?}} -frontend -merge-modules -emit-module {{.*[\\/]}}你好-[[OUTPUT]].swiftmodule{{(\\")?}} {{.*}} -o {{.*[\\/]}}parseable_output_unicode.swift.tmp.swiftmodule{{(\\")?}}",
7373
// CHECK-NEXT: "command_executable": "{{.*[\\/]}}swift{{(-frontend|c)?(\.exe)?(\\")?}}",
7474
// CHECK-NEXT: "command_arguments": [
7575
// CHECK-NEXT: "-frontend",

0 commit comments

Comments
 (0)