File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: cp %S/Inputs/incremental-imports/* %t
3
- // RUN: cp %t/A{ -before,} .swift
3
+ // RUN: cp %t/A-before.swift %t/A .swift
4
4
5
5
6
6
// RUN: %target-swift-frontend -emit-module -module-name IncrementalImports -o %t/IncrementalImports~A.swiftmodule -primary-file %t/A.swift
17
17
18
18
// RUN: %empty-directory(%t)
19
19
// RUN: cp %S/Inputs/incremental-imports/* %t
20
- // RUN: cp %t/A{ -after,} .swift
20
+ // RUN: cp %t/A-after.swift %t/A .swift
21
21
// RUN: %target-swift-frontend -emit-module -module-name IncrementalImports -o %t/IncrementalImports~A.swiftmodule -primary-file %t/A.swift
22
22
// RUN: %target-swift-frontend -merge-modules -emit-module -module-name IncrementalImports -o %t/IncrementalImports.swiftmodule %t/IncrementalImports~A.swiftmodule
23
23
You can’t perform that action at this time.
0 commit comments