mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Add %target-run-simple-swiftgyb
* Utilize %target-run-simple-swiftgyb where possible
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
// RUN: rm -rf %t && mkdir -p %t && %gyb %s -o %t/FixedPoint.swift
|
||||
// RUN: %line-directive %t/FixedPoint.swift -- %target-build-swift %t/FixedPoint.swift -o %t/a.out
|
||||
// RUN: %line-directive %t/FixedPoint.swift -- %target-run %t/a.out
|
||||
// RUN: %target-run-simple-swiftgyb
|
||||
// REQUIRES: executable_test
|
||||
|
||||
import StdlibUnittest
|
||||
@@ -433,4 +431,4 @@ BoolTestSuite.test("||") {
|
||||
expectFalse(getBool(false) || getBool(false))
|
||||
}
|
||||
|
||||
runAllTests()
|
||||
runAllTests()
|
||||
|
||||
Reference in New Issue
Block a user