Skip to content

Commit da3a393

Browse files
committed
Reenable temporarily disabled test.
The test relies on new runtime functionality that is by definition not available in the stdlib in the OS. Here, the test is marked as unsupported run running using the OS' stdlib. rdar://problem/59425215
1 parent 8c92cfd commit da3a393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Prototypes/Result_future.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// RUN: %target-run-stdlib-swift-target-future
1313
// REQUIRES: executable_test
1414

15-
// REQUIRES: rdar59425215
1615
// REQUIRES: OS=macosx || OS=ios || OS=tvos || OS=watchos || OS=linux-gnu
1716
// UNSUPPORTED: CPU=i386 && OS=ios
1817
// UNSUPPORTED: CPU=armv7 && OS=ios
@@ -21,6 +20,7 @@
2120
// UNSUPPORTED: CPU=x86_64 && OS=ios
2221
// UNSUPPORTED: CPU=x86_64 && OS=tvos
2322
// UNSUPPORTED: CPU=i386 && OS=watchos
23+
// UNSUPPORTED: use_os_stdlib
2424

2525
public enum Result<Value> {
2626
case Success(Value)

0 commit comments

Comments
 (0)