summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-08-29 10:53:12 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-08-29 10:55:43 +0200
commit6ad8eb4d899e08288f7c9243910f9c154b9fa21d (patch)
treeede537511e6e1d57aaf28d1496640da42498aa59 /test/files/run
parent26dfa54ef31687e4c3e5b85be476ee5759f77950 (diff)
downloadscala-6ad8eb4d899e08288f7c9243910f9c154b9fa21d.tar.gz
scala-6ad8eb4d899e08288f7c9243910f9c154b9fa21d.tar.bz2
scala-6ad8eb4d899e08288f7c9243910f9c154b9fa21d.zip
SI-7763 Don't eliminate CHECK_CAST in dead code elimination.
Even if the result isn't used, the potential ClassCastException is observable, so we must retain them.
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/t7763.flags1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/run/t7763.flags b/test/files/run/t7763.flags
deleted file mode 100644
index 7f4215d1bc..0000000000
--- a/test/files/run/t7763.flags
+++ /dev/null
@@ -1 +0,0 @@
--Ynooptimize \ No newline at end of file