Skip to content

Commit 1094b58

Browse files
committed
Fix test
1 parent 836db8d commit 1094b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/repl/TabcompleteTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,6 @@ class TabcompleteTests extends ReplTest {
235235
}
236236

237237
@Test def i9334 = initially {
238-
assertEquals(Nil, tabComplete("class Foo[T]; classOf[Foo]."))
238+
assert(tabComplete("class Foo[T]; classOf[Foo].").contains("getName"))
239239
}
240240
}

0 commit comments

Comments
 (0)