Skip to content

Commit 1ab926f

Browse files
committed
Parse: XFAIL Parse.enum on Windows
Windows does not support FP80, only FP64.
1 parent be48d64 commit 1ab926f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Parse/enum.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
// REQUIRES: CPU=i386 || CPU=x86_64
77

8+
// Windows does not support FP80
9+
// XFAIL: OS=windows-msvc
10+
811
enum Empty {}
912

1013
enum Boolish {

0 commit comments

Comments
 (0)