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/pos/t0674.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/pos/t0674.scala') diff --git a/test/files/pos/t0674.scala b/test/files/pos/t0674.scala index c3d2cc7476..6884d84bed 100644 --- a/test/files/pos/t0674.scala +++ b/test/files/pos/t0674.scala @@ -39,9 +39,9 @@ for(a <- Some(1); l <- Some(12); m <- Some(13); n <- Some(14); - o <- Some(15); - p <- Some(16); - q <- Some(17) + o <- Some(15) +// p <- Some(16); +// q <- Some(17) // r <- Some(18); // s <- Some(19) ) yield a) -- cgit v1.2.3