summaryrefslogtreecommitdiff
path: root/test/files/run/t7407.flags
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-03-31 13:35:42 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-04-01 08:35:32 +0200
commita40ee59d4455c2bb45168844f50e9d15120bd7d8 (patch)
tree75e8828aad3afbd1483234605d11ab992c4aa084 /test/files/run/t7407.flags
parent09f5752b871a2e870dfc1bb57fda203515d26651 (diff)
downloadscala-a40ee59d4455c2bb45168844f50e9d15120bd7d8.tar.gz
scala-a40ee59d4455c2bb45168844f50e9d15120bd7d8.tar.bz2
scala-a40ee59d4455c2bb45168844f50e9d15120bd7d8.zip
Don't force the GenASM backend when passing -optimize
This behavior is confusing and also problematic for writing partest tests: CI passes -optimize, which negates the -Ybackend:GenBCode entry in a flags file.
Diffstat (limited to 'test/files/run/t7407.flags')
-rw-r--r--test/files/run/t7407.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7407.flags b/test/files/run/t7407.flags
index be4ef0798a..ffc65f4b81 100644
--- a/test/files/run/t7407.flags
+++ b/test/files/run/t7407.flags
@@ -1 +1 @@
--Ynooptimise -Yopt:l:none -Ybackend:GenBCode
+-Yopt:l:none -Ybackend:GenBCode