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 63772d0 + da3a393 commit 1d2d8d4Copy full SHA for 1d2d8d4
test/Prototypes/Result_future.swift
@@ -12,7 +12,6 @@
12
// RUN: %target-run-stdlib-swift-target-future
13
// REQUIRES: executable_test
14
15
-// REQUIRES: rdar59425215
16
// REQUIRES: OS=macosx || OS=ios || OS=tvos || OS=watchos || OS=linux-gnu
17
// UNSUPPORTED: CPU=i386 && OS=ios
18
// UNSUPPORTED: CPU=armv7 && OS=ios
@@ -21,6 +20,7 @@
21
20
// UNSUPPORTED: CPU=x86_64 && OS=ios
22
// UNSUPPORTED: CPU=x86_64 && OS=tvos
23
// UNSUPPORTED: CPU=i386 && OS=watchos
+// UNSUPPORTED: use_os_stdlib
24
25
public enum Result<Value> {
26
case Success(Value)
0 commit comments