Skip to content

Commit f106bd9

Browse files
author
Max Moiseev
committed
Running new integer tests in Swift 4 mode only
1 parent bc7918b commit f106bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/stdlib/Integers.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
//===----------------------------------------------------------------------===//
1212
// RUN: rm -rf %t ; mkdir -p %t
1313
// 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
14+
// RUN: %line-directive %t/Integers.swift -- %target-build-swift %t/Integers.swift -swift-version 4 -Onone -o %t/a.out
15+
// RUN: %line-directive %t/Integers.swift -- %target-build-swift %t/Integers.swift -swift-version 4 -O -o %t/a.out
1616
// REQUIRES: executable_test
1717

1818
// FIXME: this test runs forever on iOS arm64

0 commit comments

Comments
 (0)