summaryrefslogtreecommitdiff
path: root/test/files/run/t6320.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6320.check')
-rw-r--r--test/files/run/t6320.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/run/t6320.check b/test/files/run/t6320.check
index e56bacd223..013acc1c54 100644
--- a/test/files/run/t6320.check
+++ b/test/files/run/t6320.check
@@ -1,8 +1,6 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
scala> import scala.language.dynamics
import scala.language.dynamics
@@ -13,5 +11,3 @@ scala> new Dyn(Map("foo" -> 10)).foo[Int]
res0: Int = 10
scala>
-
-scala>