Skip to content

Commit 5f2878b

Browse files
committed
update failing test
1 parent 67a8152 commit 5f2878b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test-resources/repl/importFromObj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val res0: scala.collection.mutable.ListBuffer[Int] = ListBuffer(1, 2, 3)
1515
scala> import util.foo
1616
1 | import util.foo
1717
| ^^^
18-
| foo is not a member of util
18+
| value `foo` is not a member of util - did you mean `util.Left`?
1919
scala> import util.foo.bar
2020
1 | import util.foo.bar
2121
| ^^^^^^^^

0 commit comments

Comments
 (0)