summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
authorMiguel Garcia <miguelalfredo.garcia@epfl.ch>2013-06-27 21:30:36 +0200
committerMiguel Garcia <miguelalfredo.garcia@epfl.ch>2013-06-27 21:30:36 +0200
commitbe436ba8ab6c50795d7a9d6ea525b6e32faf532d (patch)
treea561165c0cfce382c651adbbb6e2a93ed61176da /test/files/jvm
parent8281ab5c2950aa8ea0017fc4b0c40a7eafda2931 (diff)
downloadscala-be436ba8ab6c50795d7a9d6ea525b6e32faf532d.tar.gz
scala-be436ba8ab6c50795d7a9d6ea525b6e32faf532d.tar.bz2
scala-be436ba8ab6c50795d7a9d6ea525b6e32faf532d.zip
more informative name for backend-selection via command-line
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/bytecode-test-example/Foo_1.flags2
-rw-r--r--test/files/jvm/nooptimise/Foo_1.flags2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm/bytecode-test-example/Foo_1.flags b/test/files/jvm/bytecode-test-example/Foo_1.flags
index dd8d97d718..49f2d2c4c8 100644
--- a/test/files/jvm/bytecode-test-example/Foo_1.flags
+++ b/test/files/jvm/bytecode-test-example/Foo_1.flags
@@ -1 +1 @@
--neo:GenASM
+-Ybackend:GenASM
diff --git a/test/files/jvm/nooptimise/Foo_1.flags b/test/files/jvm/nooptimise/Foo_1.flags
index 60388394f2..f493cf9f3f 100644
--- a/test/files/jvm/nooptimise/Foo_1.flags
+++ b/test/files/jvm/nooptimise/Foo_1.flags
@@ -1 +1 @@
--neo:GenASM -optimise -Ynooptimise \ No newline at end of file
+-Ybackend:GenASM -optimise -Ynooptimise \ No newline at end of file