summaryrefslogtreecommitdiff
path: root/test/files/run/repl-term-macros.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-term-macros.check')
-rw-r--r--test/files/run/repl-term-macros.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/files/run/repl-term-macros.check b/test/files/run/repl-term-macros.check
index eae489c294..2a143a1777 100644
--- a/test/files/run/repl-term-macros.check
+++ b/test/files/run/repl-term-macros.check
@@ -1,9 +1,7 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
-scala> import scala.reflect.macros.Context
+scala> import scala.reflect.macros.Context
import scala.reflect.macros.Context
scala> import language.experimental.macros
@@ -40,5 +38,3 @@ defined term macro foo3: (x: Int)(y: Int)Unit
scala> foo3(2)(3)
scala>
-
-scala>