Skip to content

Commit 246896f

Browse files
authored
Merge pull request #40052 from mikeash/fix-objc-getclass-back-deployment
[Test] Only run objc-getClass.cpp against freshly built runtimes.
2 parents c916a42 + 3000580 commit 246896f

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)