summaryrefslogtreecommitdiff
path: root/test/files/jvm/t7006
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-03-06 05:40:21 -0800
committerJames Iry <jamesiry@gmail.com>2013-03-06 05:40:21 -0800
commitb8c8299be52e1bffc0efec54bd7294510e36022e (patch)
tree52f122539a235e659167fa2fdf27633c1bc2a025 /test/files/jvm/t7006
parent32f04db6723b1c8d19f34499543b6b3dbc1f923d (diff)
parent3f0224c4de5b04f33e3de523c03d418b818af879 (diff)
downloadscala-b8c8299be52e1bffc0efec54bd7294510e36022e.tar.gz
scala-b8c8299be52e1bffc0efec54bd7294510e36022e.tar.bz2
scala-b8c8299be52e1bffc0efec54bd7294510e36022e.zip
Merge pull request #2205 from JamesIry/master_deoptimize
Add option to disable optimization
Diffstat (limited to 'test/files/jvm/t7006')
-rw-r--r--test/files/jvm/t7006/Foo_1.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/t7006/Foo_1.flags b/test/files/jvm/t7006/Foo_1.flags
index 72fe7b1aa0..b723a661a7 100644
--- a/test/files/jvm/t7006/Foo_1.flags
+++ b/test/files/jvm/t7006/Foo_1.flags
@@ -1 +1 @@
- -Ydead-code -Ydebug -Xfatal-warnings
+-Ynooptimise -Ydead-code -Ydebug -Xfatal-warnings