mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
tests: replace '// RUN: rm -rf' '// RUN: mkdir' pairs with '%empty-directory(...)'
These changes were made using a script.
This commit is contained in:
committed by
Robert Widmann
parent
486cab447d
commit
984210aa53
@@ -9,8 +9,7 @@
|
||||
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
// RUN: rm -rf %t
|
||||
// RUN: mkdir -p %t
|
||||
// RUN: %empty-directory(%t)
|
||||
//
|
||||
// RUN: if [ %target-runtime == "objc" ]; \
|
||||
// RUN: then \
|
||||
|
||||
Reference in New Issue
Block a user