From 9797470c1c626cb3a45901e2a65773e6ef625241 Mon Sep 17 00:00:00 2001 From: NAME Date: Mon, 3 Mar 2008 13:47:07 +0000 Subject: Pending tests for #446 --- test/pending/run/t0446.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/pending/run/t0446.scala (limited to 'test/pending/run/t0446.scala') diff --git a/test/pending/run/t0446.scala b/test/pending/run/t0446.scala new file mode 100644 index 0000000000..e7688964a7 --- /dev/null +++ b/test/pending/run/t0446.scala @@ -0,0 +1,6 @@ +object Test extends Application { + val a = Array(1,3).takeWhile(_ < 2) + val b = Array(1,3).dropWhile(_ < 2) + println(a.toString) + println(b.toString) +} \ No newline at end of file -- cgit v1.2.3