Skip to content

Commit 448b6b3

Browse files
committed
Fix test case
1 parent a8fee28 commit 448b6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/outlined_copy_addr.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extension Baz {
6666
}
6767
}
6868
class Foobar {
69-
public static func dontCrash()() -> Baz? {
69+
public static func dontCrash() -> Baz? {
7070
let cls : Baz.Type = Foobar1.self
7171
// This used to crash because we tried to outline the optional consume with
7272
// an opened payload existential type.

0 commit comments

Comments
 (0)