summaryrefslogtreecommitdiff
path: root/test/files/run/t4532.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4532.check')
-rw-r--r--test/files/run/t4532.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/t4532.check b/test/files/run/t4532.check
index 018bbf2fa3..47a9809248 100644
--- a/test/files/run/t4532.check
+++ b/test/files/run/t4532.check
@@ -1,7 +1,7 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
+scala>
scala> object Bippy { class Dingus ; object Bop }
defined module Bippy
@@ -10,6 +10,6 @@ scala> :javap Bippy.Dingus
Compiled from "<console>"public class Bippy$Dingus extends java.lang.Object implements scala.ScalaObject{ public Bippy$Dingus();}
scala> :javap Bippy.Bop
Compiled from "<console>"public final class Bippy$Bop$ extends java.lang.Object implements scala.ScalaObject{ public static final Bippy$Bop$ MODULE$; public static {}; public Bippy$Bop$();}
-scala>
+scala>
-scala>
+scala>