summaryrefslogtreecommitdiff
path: root/test/files/run/icode-reader-dead-code.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/icode-reader-dead-code.scala')
-rw-r--r--test/files/run/icode-reader-dead-code.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/icode-reader-dead-code.scala b/test/files/run/icode-reader-dead-code.scala
index 00ba58829f..f646455c89 100644
--- a/test/files/run/icode-reader-dead-code.scala
+++ b/test/files/run/icode-reader-dead-code.scala
@@ -36,7 +36,7 @@ object Test extends DirectTest {
// If inlining fails, the compiler will issue an inliner warning that is not present in the
// check file
- compileString(newCompiler("-usejavacp", "-optimise"))(bCode)
+ compileString(newCompiler("-usejavacp", "-opt:l:classpath"))(bCode)
}
def readClass(file: String) = {