summaryrefslogtreecommitdiff
path: root/test/files/run/nothingTypeDce.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/nothingTypeDce.scala')
-rw-r--r--test/files/run/nothingTypeDce.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/nothingTypeDce.scala b/test/files/run/nothingTypeDce.scala
index 5f3692fd33..cb1e59e45c 100644
--- a/test/files/run/nothingTypeDce.scala
+++ b/test/files/run/nothingTypeDce.scala
@@ -1,7 +1,6 @@
// See comment in BCodeBodyBuilder
-// -target:jvm-1.6 -Ybackend:GenBCode -Yopt:unreachable-code
-// target enables stack map frames generation
+// -opt:unreachable-code
class C {
// can't just emit a call to ???, that returns value of type Nothing$ (not Int).