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 fdf50a9 commit 83c130dCopy full SHA for 83c130d
validation-test/SILOptimizer/gh68328.swift
@@ -1,8 +1,11 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift %s -o %t/bin
3
+// RUN: %target-codesign %t/bin
4
// RUN: %target-run %t/bin 2> %t/out.txt || true
5
// RUN: %FileCheck %s < %t/out.txt
6
7
+// REQUIRES: executable_test
8
+
9
struct Example: ~Copyable {
10
private var failureString: String { "Goodbye." }
11
deinit { fatalError("FATAL ERROR: \(failureString)") }
0 commit comments