Skip to content

Commit 83c130d

Browse files
committed
[Test] Required executable_test in executing test.
1 parent fdf50a9 commit 83c130d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/SILOptimizer/gh68328.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -o %t/bin
3+
// RUN: %target-codesign %t/bin
34
// RUN: %target-run %t/bin 2> %t/out.txt || true
45
// RUN: %FileCheck %s < %t/out.txt
56

7+
// REQUIRES: executable_test
8+
69
struct Example: ~Copyable {
710
private var failureString: String { "Goodbye." }
811
deinit { fatalError("FATAL ERROR: \(failureString)") }

0 commit comments

Comments
 (0)