summaryrefslogtreecommitdiff
path: root/test/files/shl
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-04-07 11:08:45 +0000
committerpaltherr <paltherr@epfl.ch>2004-04-07 11:08:45 +0000
commit7c7bb3f6e7a8a71680a6c0ca83a6b8ab4106aa08 (patch)
treee4e1d5d844287aca4875912a9616b1806a55586e /test/files/shl
parent86b56b80e1baf7d91bbdecba30d9a6a4f62d27bb (diff)
downloadscala-7c7bb3f6e7a8a71680a6c0ca83a6b8ab4106aa08.tar.gz
scala-7c7bb3f6e7a8a71680a6c0ca83a6b8ab4106aa08.tar.bz2
scala-7c7bb3f6e7a8a71680a6c0ca83a6b8ab4106aa08.zip
- Fixed name of initializer to <init>
Diffstat (limited to 'test/files/shl')
-rw-r--r--test/files/shl/basic.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/shl/basic.check b/test/files/shl/basic.check
index 1cac379455..c97ce4c642 100644
--- a/test/files/shl/basic.check
+++ b/test/files/shl/basic.check
@@ -10,7 +10,7 @@
> List(): scala.Nil
> List(1,2,3): scala.List[scala.Int]
> > Exception in thread "main" java.lang.Error: error
- at $console$15.$console$15(<console>:1)
+ at $console$15.<init>(<console>:1)
at <root>.$console$15(<console>:1)
> > | val x: scala.Int(5) = 5
5: scala.Int(5)
@@ -38,7 +38,7 @@ length(Nil)
> false: scala.Boolean
> string: java.lang.String("string")
> Exception in thread "main" java.lang.ClassCastException: class java.lang.String is not an instance of class scala.Int
- at $console$31.$console$31(<console>:1)
+ at $console$31.<init>(<console>:1)
at <root>.$console$31(<console>:1)
> > >
[Leaving scalarun]