Skip to content

Commit ec2a72e

Browse files
committed
Test: add missing codesign step
1 parent d755e90 commit ec2a72e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/moveonly_reflection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %empty-directory(%t)
2+
23
// RUN: %target-build-swift -D CRASH %s -o %t/crash
4+
// RUN: %target-codesign %t/crash
5+
36
// RUN: %target-build-swift %s -o %t/exe
7+
// RUN: %target-codesign %t/exe
48

59
// RUN: %target-run %t/exe | %FileCheck %s
610
// RUN: %target-run not --crash %t/crash

0 commit comments

Comments
 (0)