tests: replace 'rm -rf %t && mkdir -p %t' with '%empty-directory(%t)'

These changes were made using a script.
This commit is contained in:
Dmitri Gribenko
2016-09-03 11:32:25 -07:00
committed by Robert Widmann
parent d54e5b2326
commit 486cab447d
290 changed files with 309 additions and 300 deletions

View File

@@ -1,4 +1,4 @@
// RUN: rm -rf %t && mkdir -p %t
// RUN: %empty-directory(%t)
//
// RUN: %gyb %s -o %t/AnyHashableCasts.swift
// RUN: %target-build-swift -g -module-name a %t/AnyHashableCasts.swift -o %t.out