summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-04-10 00:47:59 +0000
committerpaltherr <paltherr@epfl.ch>2004-04-10 00:47:59 +0000
commita743b99a00c3ba44c8d20df479fd3ef7e26bcd2b (patch)
tree399ab18039d5f96a3939751d1e29509eb39c6582 /test
parentadfc51e14b287a6b474b471d8ab19063e83072da (diff)
downloadscala-a743b99a00c3ba44c8d20df479fd3ef7e26bcd2b.tar.gz
scala-a743b99a00c3ba44c8d20df479fd3ef7e26bcd2b.tar.bz2
scala-a743b99a00c3ba44c8d20df479fd3ef7e26bcd2b.zip
- Fixed check file for new interpretation schem...
- Fixed check file for new interpretation scheme of modules
Diffstat (limited to 'test')
-rw-r--r--test/files/shl/basic.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/shl/basic.check b/test/files/shl/basic.check
index c97ce4c642..e517b059af 100644
--- a/test/files/shl/basic.check
+++ b/test/files/shl/basic.check
@@ -11,7 +11,6 @@
> List(1,2,3): scala.List[scala.Int]
> > Exception in thread "main" java.lang.Error: error
at $console$15.<init>(<console>:1)
- at <root>.$console$15(<console>:1)
> > | val x: scala.Int(5) = 5
5: scala.Int(5)
> <console>:1: not found: value y
@@ -39,6 +38,5 @@ length(Nil)
> 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.<init>(<console>:1)
- at <root>.$console$31(<console>:1)
> > >
[Leaving scalarun]