Skip to content

Commit cd0d541

Browse files
authored
Merge pull request swiftlang#75784 from ahoppen/add-requires
Add missing `REQUIRES` for `enum_floating_point_raw_value.swift`
2 parents 79bf5d5 + ce46959 commit cd0d541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Parse/enum_floating_point_raw_value.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// FIXME: this test only passes on platforms which have Float80.
44
// <rdar://problem/19508460> Floating point enum raw values are not portable
55

6+
// REQUIRES: CPU=i386 || CPU=x86_64
67

78
// Windows does not support FP80
89
// XFAIL: OS=windows-msvc

0 commit comments

Comments
 (0)