mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
test: convert rm -rf && mkdir -p into %empty-directory
This converts the instances of the pattern for which we have a proper substitution in lit. This will make it easier to replace it appropriately with Windows equivalents.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: rm -rf %t && mkdir -p %t
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-build-swift %s -o %t/test1 -module-name main -D PATTERN_1
|
||||
// RUN: %target-build-swift %s -o %t/test2 -module-name main -D PATTERN_2
|
||||
// RUN: %target-run %t/test1 | %FileCheck -check-prefix=CHECK -check-prefix=CHECK1 %s
|
||||
|
||||
Reference in New Issue
Block a user