Skip to content

Commit ab15dda

Browse files
committed
test/Interpreter/rdar119541554.swift requires macOS 14
Fixes rdar://119948707.
1 parent 29fdb62 commit ab15dda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Interpreter/rdar119541554.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
// RUN: %target-run %t/a.out
66

77
// REQUIRES: executable_test
8-
// REQUIRES: macos_min_version_13
8+
// REQUIRES: objc_interop
9+
10+
// UNSUPPORTED: use_os_stdlib
11+
// UNSUPPORTED: back_deployment_runtime
912

1013
struct S {
1114
var x = 42

0 commit comments

Comments
 (0)