Skip to content

Commit 217a317

Browse files
committed
tests: Remove an obsolete fixme-comment from the character_literals test
1 parent 233c9c4 commit 217a317

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/SILOptimizer/character_literals.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ public func singleChar() -> Character {
2121
return "a"
2222
}
2323

24-
// FIXME: The following part of this test is temporarily disabled.
25-
2624
// CHECK-LABEL: define {{.*}}singleNonAsciiChar
2725
// CHECK: ret {{.*}} 26085
2826
public func singleNonAsciiChar() -> Character {

0 commit comments

Comments
 (0)