Skip to content

Commit 2b60690

Browse files
committed
Disabled Result_future on another simulator.
The test cannot run on simulator since it requires a "future" target--in this case watchOS 9.99 which is inherently beyond what any simulator is running.
1 parent 8d5c73a commit 2b60690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Prototypes/Result_future.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// Executing on the simulator within __abort_with_payload with "No ABI plugin located for triple x86_64h-apple-ios -- shared libraries will not be registered!"
2020
// UNSUPPORTED: CPU=x86_64 && OS=ios
2121
// UNSUPPORTED: CPU=x86_64 && OS=tvos
22+
// UNSUPPORTED: CPU=x86_64 && OS=watchos
2223
// UNSUPPORTED: CPU=i386 && OS=watchos
2324
// UNSUPPORTED: use_os_stdlib
2425

0 commit comments

Comments
 (0)