tests: replace '// RUN: rm -rf' '// RUN: mkdir' pairs with '%empty-directory(...)'

These changes were made using a script.
This commit is contained in:
Dmitri Gribenko
2016-09-03 02:16:05 -07:00
committed by Robert Widmann
parent 486cab447d
commit 984210aa53
206 changed files with 214 additions and 402 deletions

View File

@@ -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 \