Skip to content

Commit f88fd50

Browse files
authored
Merge pull request #32694 from compnerd/32666
test: repair the Windows builders after #32666
2 parents 51f92e8 + e02438c commit f88fd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Prototypes/BigInt.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
// RUN: %empty-directory(%t)
14-
// RUN: %target-build-swift -swift-version 4 -o %t/a.out %s
14+
// RUN: not --crash %target-build-swift -swift-version 4 -o %t/a.out %s
1515
// RUN: %target-run %t/a.out
1616
// REQUIRES: executable_test
1717
// REQUIRES: CPU=x86_64

0 commit comments

Comments
 (0)