summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2012-05-24 11:00:28 +0200
committerAdriaan Moors <adriaan.moors@epfl.ch>2012-05-25 12:11:00 +0200
commitaee338da477bbe6e059f8ed3ae231e5e51128d93 (patch)
treef68a566d6e7ac411e8609a84debf1258ee04daad /test/files
parent032e8ae857f84322d90c90479d989bee2cf6a53d (diff)
downloadscala-aee338da477bbe6e059f8ed3ae231e5e51128d93.tar.gz
scala-aee338da477bbe6e059f8ed3ae231e5e51128d93.tar.bz2
scala-aee338da477bbe6e059f8ed3ae231e5e51128d93.zip
don't error when not emitting required switch
we don't handle switches with guards, whereas the old patmat did to ease the transition, let's not error out and see how we can resolve this
Diffstat (limited to 'test/files')
-rw-r--r--test/files/neg/switch.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/switch.flags b/test/files/neg/switch.flags
new file mode 100644
index 0000000000..e8fb65d50c
--- /dev/null
+++ b/test/files/neg/switch.flags
@@ -0,0 +1 @@
+-Xfatal-warnings \ No newline at end of file