summaryrefslogtreecommitdiff
path: root/test
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
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')
-rw-r--r--test/files/jvm/bytecode-test-example/Foo_1.flags2
-rw-r--r--test/files/jvm/nooptimise/Foo_1.flags2
-rw-r--r--test/files/neg/case-collision.flags2
-rw-r--r--test/files/neg/case-collision2.flags2
-rw-r--r--test/files/run/t7008-scala-defined.flags2
5 files changed, 5 insertions, 5 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
diff --git a/test/files/neg/case-collision.flags b/test/files/neg/case-collision.flags
index 39bcae8025..14c1069dee 100644
--- a/test/files/neg/case-collision.flags
+++ b/test/files/neg/case-collision.flags
@@ -1 +1 @@
--neo:GenASM -Xfatal-warnings
+-Ybackend:GenASM -Xfatal-warnings
diff --git a/test/files/neg/case-collision2.flags b/test/files/neg/case-collision2.flags
index 4293599520..5bfa9da5c5 100644
--- a/test/files/neg/case-collision2.flags
+++ b/test/files/neg/case-collision2.flags
@@ -1 +1 @@
--Ynooptimize -neo:GenBCode -Xfatal-warnings
+-Ynooptimize -Ybackend:GenBCode -Xfatal-warnings
diff --git a/test/files/run/t7008-scala-defined.flags b/test/files/run/t7008-scala-defined.flags
index 80f054f494..49f2d2c4c8 100644
--- a/test/files/run/t7008-scala-defined.flags
+++ b/test/files/run/t7008-scala-defined.flags
@@ -1 +1 @@
--neo:GenASM
+-Ybackend:GenASM