summaryrefslogtreecommitdiff
path: root/test/files/run/t5072.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5072.check')
-rw-r--r--test/files/run/t5072.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/run/t5072.check b/test/files/run/t5072.check
index 8fe75f55d6..ddd49c71cb 100644
--- a/test/files/run/t5072.check
+++ b/test/files/run/t5072.check
@@ -1,8 +1,6 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
scala> class C
defined class C
@@ -10,5 +8,3 @@ scala> Thread.currentThread.getContextClassLoader.loadClass(classOf[C].getName)
res0: Class[_] = class C
scala>
-
-scala>