summaryrefslogtreecommitdiff
path: root/test/files/run/t6956.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6956.scala')
-rw-r--r--test/files/run/t6956.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t6956.scala b/test/files/run/t6956.scala
index 3569adf483..594f5c9194 100644
--- a/test/files/run/t6956.scala
+++ b/test/files/run/t6956.scala
@@ -19,6 +19,8 @@ class Switches {
}
object Test extends IcodeComparison {
+ override def extraSettings: String = super.extraSettings + " -Ybackend:GenASM"
+
// ensure we get two switches out of this -- ignore the rest of the output for robustness
// exclude the constant we emit for the "SWITCH ..." string below (we get the icode for all the code you see in this file)
override def show() = {