Skip to content

Commit 313c4a6

Browse files
committed
Do not bother trying to run this test on watchOS
1 parent 3670162 commit 313c4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/ParseFloat16.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// UNSUPPORTED: CPU=x86_64 && OS=macosx
66

77
// Float16 is only available in watchOS 7.0 or newer
8-
// UNSUPPORTED: CPU=arm64_32 && OS=watchos
8+
// UNSUPPORTED: OS=watchos
99

1010
// TODO: Figure out why this test breaks on wasm32
1111
// UNSUPPORTED: CPU=wasm32

0 commit comments

Comments
 (0)