Skip to content

Commit 0174f5d

Browse files
Mark Prototypes/Result_future.swift unsupported on tvOS simulator. (#29808)
1 parent b9eb344 commit 0174f5d

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
@@ -18,6 +18,7 @@
1818
// UNSUPPORTED: CPU=armv7s && OS=ios
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
21+
// UNSUPPORTED: CPU=x86_64 && OS=tvos
2122
// UNSUPPORTED: CPU=i386 && OS=watchos
2223

2324
public enum Result<Value> {

0 commit comments

Comments
 (0)