Skip to content

Commit 6798a90

Browse files
committed
[test] Add %target-codesign to BigInt.swift
Make sure to run utils/swift-darwin-postprocess.py on this test to work around a dyld issue. rdar://82335489
1 parent f56d82f commit 6798a90

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)