From 973ac733622eb9409c8c5ffcf05ba14775e07b18 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Sat, 18 Oct 2008 10:57:42 +0000 Subject: Reverting fix/test for #1404. Added test for array pretty-printing. --- test/files/run/interpreter.check | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/files/run/interpreter.check') diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check index 64eeca14ba..313a817968 100644 --- a/test/files/run/interpreter.check +++ b/test/files/run/interpreter.check @@ -37,9 +37,11 @@ scala> scala> atom: scala.xml.Atom[Unit] = () scala> -scala> defined class S - -scala> fish: S = fish +scala> +scala> +scala> +scala> +scala> arr: Array[java.lang.String] = Array(What's, up, doc?) scala> scala> -- cgit v1.2.3