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

@@ -1,7 +1,6 @@
// Please keep this file in alphabetical order!
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %S/Inputs/custom-modules/ -emit-module -o %t %s -disable-objc-attr-requires-foundation-module
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %S/Inputs/custom-modules/ -parse-as-library %t/imports.swiftmodule -typecheck -emit-objc-header-path %t/imports.h -import-objc-header %S/../Inputs/empty.h -disable-objc-attr-requires-foundation-module
// RUN: %FileCheck %s < %t/imports.h