summaryrefslogtreecommitdiff
path: root/test/files/run/t0421.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2009-09-21 12:50:04 +0000
committerMartin Odersky <odersky@gmail.com>2009-09-21 12:50:04 +0000
commitd5b02c8652d7edbdfb0b5a02570d370d3bad299f (patch)
treef57063402f8a83cd3f7caf437afedbdb279be400 /test/files/run/t0421.check
parentced5ee337f45d0209ec3e7c69a6e04e956257ec0 (diff)
downloadscala-d5b02c8652d7edbdfb0b5a02570d370d3bad299f.tar.gz
scala-d5b02c8652d7edbdfb0b5a02570d370d3bad299f.tar.bz2
scala-d5b02c8652d7edbdfb0b5a02570d370d3bad299f.zip
new arrays are done.
Diffstat (limited to 'test/files/run/t0421.check')
-rw-r--r--test/files/run/t0421.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/t0421.check b/test/files/run/t0421.check
index eac788606b..cdcf042f19 100644
--- a/test/files/run/t0421.check
+++ b/test/files/run/t0421.check
@@ -1,3 +1,3 @@
-[[0,1],[2,3],[4,5]]
-[[31.0]]
-[[24.0,32.0]]
+[Array(0, 1),Array(2, 3),Array(4, 5)]
+[Array(31.0)]
+[Array(24.0, 32.0)]