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