We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8990a12 commit 9833e09Copy full SHA for 9833e09
test/Runtime/Paths.cpp
@@ -11,6 +11,9 @@
11
// RUN: env %env-SWIFT_ROOT=%t/swift-root %target-run %t/paths-test | %FileCheck %s --check-prefix CHECK-FR
12
// REQUIRES: executable_test
13
14
+// UNSUPPORTED: use_os_stdlib
15
+// UNSUPPORTED: back_deployment_runtime
16
+
17
// This can't be done in unittests, because that statically links the runtime
18
// so we get the wrong paths. We explicitly want to test that we get the
19
// path we expect (that is, the path to the runtime, and paths relative to
0 commit comments