summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2010-07-14 17:26:26 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2010-07-14 17:26:26 +0000
commit376085286486500c39d563e3b5d91befe2453f34 (patch)
tree0d4f00a923f82e34a15882fad54a826b255d8e37 /test/files
parentb8d9509955982b3194a9b8957507e6f2c435db3c (diff)
downloadscala-376085286486500c39d563e3b5d91befe2453f34.tar.gz
scala-376085286486500c39d563e3b5d91befe2453f34.tar.bz2
scala-376085286486500c39d563e3b5d91befe2453f34.zip
Now that 2.8.0 is out, I am reverting r22308, w...
Now that 2.8.0 is out, I am reverting r22308, which was the manual patch that paulp created to address #3420 in a manner that was compatible with the status of the 2.8.x branch at the time. After reverting I will re-align 2.8.x with trunk, so the proper fix will be fetched from there (hopefully).
Diffstat (limited to 'test/files')
-rw-r--r--test/files/pos/bug3420.flags1
-rw-r--r--test/files/pos/bug3420.scala5
2 files changed, 0 insertions, 6 deletions
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)
-}