File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
test/AutoDiff/validation-test/closure_specialization Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55// RUN: %empty-directory(%t)
66// RUN: %target-build-swift %s -o %t/none.out -Onone
77// RUN: %target-build-swift %s -o %t/opt.out -O
8+ // RUN: %target-codesign %t/none.out
9+ // RUN: %target-codesign %t/opt.out
810// RUN: %target-run %t/none.out
911// RUN: %target-run %t/opt.out
1012
Original file line number Diff line number Diff line change 55// RUN: %empty-directory(%t)
66// RUN: %target-build-swift %s -o %t/none.out -Onone
77// RUN: %target-build-swift %s -o %t/opt.out -O
8+ // RUN: %target-codesign %t/none.out
9+ // RUN: %target-codesign %t/opt.out
810// RUN: %target-run %t/none.out
911// RUN: %target-run %t/opt.out
1012
Original file line number Diff line number Diff line change 66// RUN: %empty-directory(%t)
77// RUN: %target-build-swift %s -o %t/none.out -Onone
88// RUN: %target-build-swift %s -o %t/opt.out -O
9+ // RUN: %target-codesign %t/none.out
10+ // RUN: %target-codesign %t/opt.out
911// RUN: %target-run %t/none.out
1012// RUN: %target-run %t/opt.out
1113
Original file line number Diff line number Diff line change 55// RUN: %empty-directory(%t)
66// RUN: %target-build-swift %s -o %t/none.out -Onone
77// RUN: %target-build-swift %s -o %t/opt.out -O
8+ // RUN: %target-codesign %t/none.out
9+ // RUN: %target-codesign %t/opt.out
810// RUN: %target-run %t/none.out
911// RUN: %target-run %t/opt.out
1012
You can’t perform that action at this time.
0 commit comments