Skip to content

Commit ea2c7a6

Browse files
committed
[test] Utilize %target-run-simple-swift where possible
1 parent 4b51d85 commit ea2c7a6

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

test/1_stdlib/NSStringAPI.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// RUN: rm -rf %t
2-
// RUN: mkdir -p %t
3-
// RUN: %target-build-swift %s -o %t/a.out
4-
// RUN: %target-run %t/a.out
1+
// RUN: %target-run-simple-swift
52
// REQUIRES: executable_test
63

74
// REQUIRES: objc_interop

test/1_stdlib/StringAPI.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// RUN: rm -rf %t
2-
// RUN: mkdir -p %t
3-
// RUN: %target-build-swift %s -o %t/a.out
4-
// RUN: %target-run %t/a.out
1+
// RUN: %target-run-simple-swift
52
// REQUIRES: executable_test
63

74
//

test/1_stdlib/subString.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// RUN: rm -rf %t
2-
// RUN: mkdir -p %t
3-
// RUN: %target-build-swift %s -o %t/a.out
4-
// RUN: %target-run %t/a.out
1+
// RUN: %target-run-simple-swift
52
// REQUIRES: executable_test
63

74
import StdlibUnittest

0 commit comments

Comments
 (0)