Skip to content

Commit 208449e

Browse files
committed
[Test][Serialization] Expand cp shorthand in incremental-imports test
1 parent d3a8a9a commit 208449e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Serialization/incremental-imports.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -17,7 +17,7 @@
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

0 commit comments

Comments
 (0)