Skip to content

Commit 39bbce1

Browse files
committed
Reverted unneeded test change.
1 parent a09a964 commit 39bbce1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Constraints/generics.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ let _: () -> UInt8 = { .init("a" as Unicode.Scalar) } // expected-error {{initia
636636
func compare<C: Collection, Key: Hashable, Value: Equatable>(c: C)
637637
-> Bool where C.Element == (key: Key, value: Value)
638638
{
639-
_ = 0
640639
_ = Dictionary(uniqueKeysWithValues: Array(c))
641640
}
642641

0 commit comments

Comments
 (0)