We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7918b commit f106bd9Copy full SHA for f106bd9
test/stdlib/Integers.swift.gyb
@@ -11,8 +11,8 @@
11
//===----------------------------------------------------------------------===//
12
// RUN: rm -rf %t ; mkdir -p %t
13
// RUN: %gyb -DWORD_BITS=%target-ptrsize %s -o %t/Integers.swift
14
-// RUN: %line-directive %t/Integers.swift -- %target-build-swift %t/Integers.swift -Onone -o %t/a.out
15
-// RUN: %line-directive %t/Integers.swift -- %target-run %t/a.out
+// RUN: %line-directive %t/Integers.swift -- %target-build-swift %t/Integers.swift -swift-version 4 -Onone -o %t/a.out
+// RUN: %line-directive %t/Integers.swift -- %target-build-swift %t/Integers.swift -swift-version 4 -O -o %t/a.out
16
// REQUIRES: executable_test
17
18
// FIXME: this test runs forever on iOS arm64
0 commit comments