summaryrefslogtreecommitdiff
path: root/test/files/run/nothingTypeDce.scala
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-05-26 22:01:03 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-05-26 22:01:03 -0700
commit73f40564a6b19e8b15f0908c3e24f1a8fe405605 (patch)
tree7eb0868cbdde147d6ad0df41ab8a3666ab11819a /test/files/run/nothingTypeDce.scala
parent7b224c57c2712994c043c749028cb2589155358f (diff)
parent8d2d3c702d2010d40ed6facb771add48999216c1 (diff)
downloadscala-73f40564a6b19e8b15f0908c3e24f1a8fe405605.tar.gz
scala-73f40564a6b19e8b15f0908c3e24f1a8fe405605.tar.bz2
scala-73f40564a6b19e8b15f0908c3e24f1a8fe405605.zip
Merge pull request #4526 from adriaanm/rework-4523
Require and target Java 8
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..92d3ca6f89 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
+// -Ybackend:GenBCode -Yopt:unreachable-code
class C {
// can't just emit a call to ???, that returns value of type Nothing$ (not Int).