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 1
1
// 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
3
3
4
4
// Check the contents of the JSON output
5
5
// RUN: %FileCheck %s < %t/deps.json
@@ -11,6 +11,6 @@ print(foo())
11
11
// CHECK-NEXT: {
12
12
// CHECK-NEXT: "modulePath": "deps.swiftmodule",
13
13
// 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"
16
16
// CHECK-NEXT: ],
You can’t perform that action at this time.
0 commit comments