Skip to content

Commit b0d48be

Browse files
fdietzejulienrf
andauthored
Update compat/src/test/scala/test/scala/collection/CollectionTest.scala
Co-Authored-By: Julien Richard-Foy <julien@richard-foy.fr>
1 parent ef21a75 commit b0d48be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/src/test/scala/test/scala/collection/CollectionTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CollectionTest {
3636
val bT: BitSet = b
3737
assertEquals(BitSet(1, 2, 3), b)
3838

39-
val c = xs.to(PriorityQueue) // we can fake a type constructor for the 2 standard BitSet types
39+
val c = xs.to(PriorityQueue)
4040
val cT: PriorityQueue[Int] = c
4141
assert(PriorityQueue(1, 2, 3) sameElements c)
4242

0 commit comments

Comments
 (0)