We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c882b commit 6a0f333Copy full SHA for 6a0f333
test/Interpreter/moveonly_reflection.swift
@@ -1,6 +1,10 @@
1
// RUN: %empty-directory(%t)
2
+
3
// RUN: %target-build-swift -D CRASH %s -o %t/crash
4
+// RUN: %target-codesign %t/crash
5
6
// RUN: %target-build-swift %s -o %t/exe
7
+// RUN: %target-codesign %t/exe
8
9
// RUN: %target-run %t/exe | %FileCheck %s
10
// RUN: %target-run not --crash %t/crash
0 commit comments