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 0b9df8a commit 78e8e37Copy full SHA for 78e8e37
test/Interpreter/moveonly_reflection.swift
@@ -11,6 +11,11 @@
11
12
// REQUIRES: executable_test
13
14
+// Simulators and devices don't appear to have the 'not' binary in their PATH
15
+// to handle tests that intentionally crash such as this.
16
+// UNSUPPORTED: DARWIN_SIMULATOR={{.*}}
17
+// UNSUPPORTED: remote_run || device_run
18
+
19
enum Maybe<Wrapped: ~Copyable>: ~Copyable {
20
case some(Wrapped)
21
case none
0 commit comments