Skip to content

Commit 1491232

Browse files
authored
Merge pull request swiftlang#39040 from hamishknight/fix-test-crash
[test] Add %target-codesign to BigInt.swift
2 parents e4d099f + fcfad6c commit 1491232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Prototypes/BigInt.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
// RUN: %empty-directory(%t)
1414
// RUN: %target-build-swift -swift-version 4 -o %t/a.out %s
15+
// RUN: %target-codesign %t/a.out
1516
// RUN: %target-run %t/a.out
1617
// REQUIRES: executable_test
1718
// REQUIRES: CPU=x86_64

0 commit comments

Comments
 (0)