Skip to content

Commit bc7139b

Browse files
authored
Merge pull request #68396 from nate-chandler/test/20230908/1
[Test] Required executable_test in executing test.
2 parents 0a3ca91 + d239a14 commit bc7139b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/SILOptimizer/gh68328.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %target-run %t/bin 2> %t/out.txt || true
44
// RUN: %FileCheck %s < %t/out.txt
55

6+
// REQUIRES: executable_test
7+
68
struct Example: ~Copyable {
79
private var failureString: String { "Goodbye." }
810
deinit { fatalError("FATAL ERROR: \(failureString)") }

0 commit comments

Comments
 (0)