Skip to content

Commit bbb5779

Browse files
committed
.
1 parent c66ef3a commit bbb5779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ class TabcompleteTests extends ReplTest {
210210
@Test def commands = initially {
211211
assertEquals(
212212
List(
213+
":dep",
213214
":doc",
214215
":exit",
215216
":help",
@@ -232,7 +233,7 @@ class TabcompleteTests extends ReplTest {
232233
@Test def commandPreface = initially {
233234
// This looks odd, but if we return :doc here it will result in ::doc in the REPL
234235
assertEquals(
235-
List(":doc"),
236+
List(":dep", ":doc"),
236237
tabComplete(":d")
237238
)
238239
}

0 commit comments

Comments
 (0)