summaryrefslogtreecommitdiff
path: root/test/files/run/macro-system-properties.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-system-properties.check')
-rw-r--r--test/files/run/macro-system-properties.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/files/run/macro-system-properties.check b/test/files/run/macro-system-properties.check
index a2da4aaf60..ff96a34426 100644
--- a/test/files/run/macro-system-properties.check
+++ b/test/files/run/macro-system-properties.check
@@ -1,9 +1,7 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
-scala> import language.experimental._, reflect.macros.Context
+scala> import language.experimental._, reflect.macros.Context
import language.experimental._
import reflect.macros.Context
@@ -22,5 +20,3 @@ scala> object Test { class C(implicit a: Any) { GrabContext.grab } }
defined object Test
scala>
-
-scala>