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.
1 parent be48d64 commit 1ab926fCopy full SHA for 1ab926f
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