We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91dbbc3 + 1ab926f commit 56e33abCopy full SHA for 56e33ab
test/Parse/enum.swift
@@ -5,6 +5,9 @@
5
6
// REQUIRES: CPU=i386 || CPU=x86_64
7
8
+// Windows does not support FP80
9
+// XFAIL: OS=windows-msvc
10
+
11
enum Empty {}
12
13
enum Boolish {
0 commit comments