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.
2 parents acfd2b7 + 222c0a1 commit 3f2737cCopy full SHA for 3f2737c
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