[test] Utilize %target-run-simple-swift where possible

This commit is contained in:
rintaro ishizaki
2016-06-14 13:27:22 +09:00
parent 4b51d85abb
commit ea2c7a6916
3 changed files with 3 additions and 12 deletions

View File

@@ -1,7 +1,4 @@
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: %target-build-swift %s -o %t/a.out
// RUN: %target-run %t/a.out
// RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop