summaryrefslogtreecommitdiff
path: root/test/files/run/t6555.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6555.scala')
-rw-r--r--test/files/run/t6555.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6555.scala b/test/files/run/t6555.scala
index b1a6137786..cc0e4d1bfa 100644
--- a/test/files/run/t6555.scala
+++ b/test/files/run/t6555.scala
@@ -3,7 +3,7 @@ import java.io.{Console => _, _}
object Test extends DirectTest {
- override def extraSettings: String = "-usejavacp -Xprint:specialize -d " + testOutput.path
+ override def extraSettings: String = "-usejavacp -Xprint:specialize -Ydelambdafy:inline -d " + testOutput.path
override def code = "class Foo { val f = (param: Int) => param } "