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.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/nothingTypeDce.scala b/test/files/run/nothingTypeDce.scala
index 92d3ca6f89..5c3a0731fd 100644
--- a/test/files/run/nothingTypeDce.scala
+++ b/test/files/run/nothingTypeDce.scala
@@ -1,6 +1,6 @@
// See comment in BCodeBodyBuilder
-// -Ybackend:GenBCode -Yopt:unreachable-code
+// -Yopt:unreachable-code
class C {
// can't just emit a call to ???, that returns value of type Nothing$ (not Int).