summaryrefslogtreecommitdiff
path: root/test/files/run/test-cpp.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/test-cpp.scala')
-rw-r--r--test/files/run/test-cpp.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/test-cpp.scala b/test/files/run/test-cpp.scala
index 4fca67d51e..80163deb66 100644
--- a/test/files/run/test-cpp.scala
+++ b/test/files/run/test-cpp.scala
@@ -15,7 +15,7 @@
import scala.tools.partest.IcodeComparison
object Test extends IcodeComparison {
- override def printIcodeAfterPhase = "dce"
+ override def printIcodeAfterPhase = "dce"; override def extraSettings: String = super.extraSettings + " -Ybackend:GenASM" // same line to minimize check file changs
}
import scala.util.Random._