Migrate the rest of the tests to %empty-directory

This commit is contained in:
Robert Widmann
2017-06-02 15:50:25 -07:00
parent 6509f78f13
commit 71bf312a25
136 changed files with 165 additions and 160 deletions

View File

@@ -1,4 +1,4 @@
// RUN: rm -rf %t && mkdir -p %t
// RUN: %empty-directory(%t)
// RUN: %target-build-swift %s -Xfrontend -enable-experimental-keypath-components -o %t/a.out
// RUN: %target-run %t/a.out
// REQUIRES: executable_test