From d5b02c8652d7edbdfb0b5a02570d370d3bad299f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 21 Sep 2009 12:50:04 +0000 Subject: new arrays are done. --- test/files/run/t0421.check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/run/t0421.check') 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)] -- cgit v1.2.3