From 1594bb008221ad26ea8cc1a5f4dacb6f61a4d79b Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 1 Dec 2016 13:27:27 +0100 Subject: Fix repl tests --- tests/repl/import.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/repl') diff --git a/tests/repl/import.check b/tests/repl/import.check index 3ed0fe46c..d53906ddc 100644 --- a/tests/repl/import.check +++ b/tests/repl/import.check @@ -7,5 +7,5 @@ val res0: scala.collection.mutable.ListBuffer[Int] = ListBuffer(22) scala> buf ++= List(1, 2, 3) val res1: scala.collection.mutable.ListBuffer[Int] = ListBuffer(22, 1, 2, 3) scala> buf.toList -val res2: scala.collection.immutable.List[Int] = List(22, 1, 2, 3) +val res2: List[Int] = List(22, 1, 2, 3) scala> :quit -- cgit v1.2.3