Skip to content

Commit 821f581

Browse files
committed
[test] Interpreter/bridged_casts_folding: Don’t run during backdeployment tests
1 parent aaa2418 commit 821f581

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/bridged_casts_folding.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// the correct reason in the test. We want to separate a memory management error
66
// from a cast error which prints a nice error message.
77

8+
// FIXME: we should run this test if the OS-provided stdlib is recent enough.
9+
// UNSUPPORTED: use_os_stdlib
10+
811
// REQUIRES: executable_test
912
// REQUIRES: objc_interop
1013

0 commit comments

Comments
 (0)