Skip to content

Commit 56e33ab

Browse files
authored
Merge pull request swiftlang#23859 from compnerd/parserr
Parse: XFAIL Parse.enum on Windows
2 parents 91dbbc3 + 1ab926f commit 56e33ab

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)