Skip to content

Commit e02438c

Browse files
committed
test: repair the Windows builders after swiftlang#32666
Adjust the test to fail properly
1 parent d87e7c8 commit e02438c

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)