File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
2- // RUN: %target-swift-frontend -scan-dependencies %s %S/Inputs/unicode_filёnamё.swift -o %t/deps.json
2+ // RUN: %target-swift-frontend -scan-dependencies %/ s %/ S/Inputs/unicode_filёnamё.swift -o %t/deps.json
33
44// Check the contents of the JSON output
55// RUN: %FileCheck %s < %t/deps.json
@@ -11,6 +11,6 @@ print(foo())
1111// CHECK-NEXT: {
1212// CHECK-NEXT: "modulePath": "deps.swiftmodule",
1313// CHECK-NEXT: "sourceFiles": [
14- // CHECK-NEXT: "{{.*}}ScanDependencies{{/|\\}} unicode_filename.swift",
15- // CHECK-NEXT: "{{.*}}ScanDependencies{{/|\\}} Inputs{{/|\\}} unicode_filёnamё.swift"
14+ // CHECK-NEXT: "{{.*}}ScanDependencies/ unicode_filename.swift",
15+ // CHECK-NEXT: "{{.*}}ScanDependencies/ Inputs/ unicode_filёnamё.swift"
1616// CHECK-NEXT: ],
You can’t perform that action at this time.
0 commit comments