summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-03-10 10:00:54 -0700
committerPaul Phillips <paulp@improving.org>2013-03-10 21:04:42 -0700
commitcb02c96bed1454e1c0702c529366f3c40d6bffd9 (patch)
treee0b7d091bf99e750188e26a150db46bd4073ea84 /test
parent2fa2db784075dfb58cf507c45a948819ade8a6d4 (diff)
downloadscala-cb02c96bed1454e1c0702c529366f3c40d6bffd9.tar.gz
scala-cb02c96bed1454e1c0702c529366f3c40d6bffd9.tar.bz2
scala-cb02c96bed1454e1c0702c529366f3c40d6bffd9.zip
Simplified the widening logic.
Should speak for itself. Whenever someone changed @switch from an error to a warning, it broke all the tests which depended on the error. I added -Xfatal-warnings to a couple which needed it. And one of those tests was then failing, as it must now since we couldn't get away with what was being attempted, so I moved it to pending.
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/switch-small.flags1
-rw-r--r--test/pending/pos/no-widen-locals.flags1
-rw-r--r--test/pending/pos/no-widen-locals.scala (renamed from test/files/pos/no-widen-locals.scala)0
3 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/switch-small.flags b/test/files/pos/switch-small.flags
new file mode 100644
index 0000000000..85d8eb2ba2
--- /dev/null
+++ b/test/files/pos/switch-small.flags
@@ -0,0 +1 @@
+-Xfatal-warnings
diff --git a/test/pending/pos/no-widen-locals.flags b/test/pending/pos/no-widen-locals.flags
new file mode 100644
index 0000000000..85d8eb2ba2
--- /dev/null
+++ b/test/pending/pos/no-widen-locals.flags
@@ -0,0 +1 @@
+-Xfatal-warnings
diff --git a/test/files/pos/no-widen-locals.scala b/test/pending/pos/no-widen-locals.scala
index 013e63f0a2..013e63f0a2 100644
--- a/test/files/pos/no-widen-locals.scala
+++ b/test/pending/pos/no-widen-locals.scala