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 11// RUN: %empty-directory(%t)
22// RUN: cp %S/Inputs/incremental-imports/* %t
3- // RUN: cp %t/A{ -before,} .swift
3+ // RUN: cp %t/A-before.swift %t/A .swift
44
55
66// RUN: %target-swift-frontend -emit-module -module-name IncrementalImports -o %t/IncrementalImports~A.swiftmodule -primary-file %t/A.swift
1717
1818// RUN: %empty-directory(%t)
1919// RUN: cp %S/Inputs/incremental-imports/* %t
20- // RUN: cp %t/A{ -after,} .swift
20+ // RUN: cp %t/A-after.swift %t/A .swift
2121// RUN: %target-swift-frontend -emit-module -module-name IncrementalImports -o %t/IncrementalImports~A.swiftmodule -primary-file %t/A.swift
2222// RUN: %target-swift-frontend -merge-modules -emit-module -module-name IncrementalImports -o %t/IncrementalImports.swiftmodule %t/IncrementalImports~A.swiftmodule
2323
You can’t perform that action at this time.
0 commit comments