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 5
5
// RUN: %empty-directory(%t)
6
6
// RUN: %target-build-swift %s -o %t/none.out -Onone
7
7
// RUN: %target-build-swift %s -o %t/opt.out -O
8
+ // RUN: %target-codesign %t/none.out
9
+ // RUN: %target-codesign %t/opt.out
8
10
// RUN: %target-run %t/none.out
9
11
// RUN: %target-run %t/opt.out
10
12
Original file line number Diff line number Diff line change 5
5
// RUN: %empty-directory(%t)
6
6
// RUN: %target-build-swift %s -o %t/none.out -Onone
7
7
// RUN: %target-build-swift %s -o %t/opt.out -O
8
+ // RUN: %target-codesign %t/none.out
9
+ // RUN: %target-codesign %t/opt.out
8
10
// RUN: %target-run %t/none.out
9
11
// RUN: %target-run %t/opt.out
10
12
Original file line number Diff line number Diff line change 6
6
// RUN: %empty-directory(%t)
7
7
// RUN: %target-build-swift %s -o %t/none.out -Onone
8
8
// RUN: %target-build-swift %s -o %t/opt.out -O
9
+ // RUN: %target-codesign %t/none.out
10
+ // RUN: %target-codesign %t/opt.out
9
11
// RUN: %target-run %t/none.out
10
12
// RUN: %target-run %t/opt.out
11
13
Original file line number Diff line number Diff line change 5
5
// RUN: %empty-directory(%t)
6
6
// RUN: %target-build-swift %s -o %t/none.out -Onone
7
7
// RUN: %target-build-swift %s -o %t/opt.out -O
8
+ // RUN: %target-codesign %t/none.out
9
+ // RUN: %target-codesign %t/opt.out
8
10
// RUN: %target-run %t/none.out
9
11
// RUN: %target-run %t/opt.out
10
12
You can’t perform that action at this time.
0 commit comments