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 320872c + d8f31a4 commit ddbb38aCopy full SHA for ddbb38a
test/Interpreter/parameterized_existentials.swift
@@ -1,6 +1,11 @@
1
// RUN: %target-run-simple-swift(-Xfrontend -enable-parameterized-existential-types)
2
// REQUIRES: executable_test
3
4
+// This test requires the new existential shape metadata accessors which are
5
+// not available in on-device runtimes, or in the back-deployment runtime.
6
+// UNSUPPORTED: use_os_stdlib
7
+// UNSUPPORTED: back_deployment_runtime
8
+
9
import StdlibUnittest
10
11
var ParameterizedProtocolsTestSuite = TestSuite("ParameterizedProtocols")
0 commit comments