Skip to content

Commit 5f83c58

Browse files
authored
[embedded] Restrict embedded/string-switch.swift test to macOS for now
1 parent 3c9f1eb commit 5f83c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedded/string-switch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: swift_in_compiler
44
// REQUIRES: executable_test
55
// REQUIRES: optimized_stdlib
6-
// REQUIRES: OS=macosx || OS=linux-gnu
6+
// REQUIRES: OS=macosx
77

88
enum MyEnum: String {
99
case foo

0 commit comments

Comments
 (0)