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 fdd74cc + 5869478 commit 882d8c4Copy full SHA for 882d8c4
test/Sema/enum_raw_representable_generic.swift
@@ -1,6 +1,6 @@
1
// RUN: %target-run-simple-swift
2
3
-// REQUIRES: executable-test
+// REQUIRES: executable_test
4
5
enum Foo<T : ExpressibleByIntegerLiteral> : T where T:Equatable {
6
case a = 1
0 commit comments