Skip to content

Commit 3000580

Browse files
committed
[Test] Only run objc-getClass.cpp against freshly built runtimes.
This tests fixes that aren't available on older runtimes used for back deployment testing. rdar://84995894
1 parent 367b4c1 commit 3000580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Demangle/objc-getclass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// REQUIRES: executable_test
77
// REQUIRES: objc_interop
88

9+
// UNSUPPORTED: use_os_stdlib
10+
// UNSUPPORTED: back_deployment_runtime
11+
912
#include <objc/runtime.h>
1013
#include <dlfcn.h>
1114
#include <stdio.h>

0 commit comments

Comments
 (0)