Skip to content

Commit 9d7728f

Browse files
committed
[test] Mark string_switch.swift as executable test.
The test might want to be split in two, because it does both checks for the output of the compilation, and the run time itself, but for now mark it as executable, so it doesn't break the Android test suite (which cannot execute tests).
1 parent 1ee66cd commit 9d7728f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/SILOptimizer/string_switch.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-run %t.out
44
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
55
// REQUIRES: stress_test
6+
// REQUIRES: executable_test
67
// UNSUPPORTED: nonatomic_rc
78

89
import StdlibUnittest

0 commit comments

Comments
 (0)