From bb141f2c7d3a35e3a60c02b7385faf5c4adcad72 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 20 May 2010 22:24:52 +0000 Subject: Moved the test for #3420 to pending and reopene... Moved the test for #3420 to pending and reopened the ticket. The bug only materializes if scalac was itself built with -optimise. (We may need a richer language for describing optimise bugs.) No review. --- test/files/pos/bug3420.flags | 1 - test/files/pos/bug3420.scala | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 test/files/pos/bug3420.flags delete mode 100644 test/files/pos/bug3420.scala (limited to 'test/files') diff --git a/test/files/pos/bug3420.flags b/test/files/pos/bug3420.flags deleted file mode 100644 index ea03113c66..0000000000 --- a/test/files/pos/bug3420.flags +++ /dev/null @@ -1 +0,0 @@ --optimise -Xfatal-warnings \ No newline at end of file diff --git a/test/files/pos/bug3420.scala b/test/files/pos/bug3420.scala deleted file mode 100644 index 0fc56ed67b..0000000000 --- a/test/files/pos/bug3420.scala +++ /dev/null @@ -1,5 +0,0 @@ -class C { - val cv = Map[Int, Int](1 -> 2) - lazy val cl = Map[Int, Int](1 -> 2) - def cd = Map[Int, Int](1 -> 2) -} -- cgit v1.2.3