Skip to content

Commit caf1f1f

Browse files
committed
SILGen: Uncomment a FIXME in a test since it works now
1 parent 1c0bdc8 commit caf1f1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/SILGen/import_as_member.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ extension SomeClass {
6565
}
6666

6767
public func useSpecialInit() -> Struct1 {
68-
// FIXME: the below triggers an assert, due to number or params mismatch
69-
// return Struct1(specialLabel:())
68+
return Struct1(specialLabel:())
7069
}
7170

0 commit comments

Comments
 (0)