Skip to content

Commit f8a9776

Browse files
committed
Fix TabComplete test
1 parent 9502d48 commit f8a9776

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
@@ -130,6 +130,6 @@ class TabcompleteTests extends ReplTest {
130130
}
131131

132132
@Test def i6415 = fromInitialState { implicit s =>
133-
assertEquals(List("Predef"), tabComplete("opaque type T = Pre"))
133+
assertEquals(List("Predef"), tabComplete("object Foo { opaque type T = Pre"))
134134
}
135135
}

0 commit comments

Comments
 (0)