Skip to content

Commit 882d8c4

Browse files
authored
Merge pull request #9965 from tinysun212/pr-fix-typo-1
[test/Sema] Fix typo
2 parents fdd74cc + 5869478 commit 882d8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sema/enum_raw_representable_generic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-run-simple-swift
22

3-
// REQUIRES: executable-test
3+
// REQUIRES: executable_test
44

55
enum Foo<T : ExpressibleByIntegerLiteral> : T where T:Equatable {
66
case a = 1

0 commit comments

Comments
 (0)