From 5213d23e4bba48b3dfaaf9fdd8b27700a4bb271a Mon Sep 17 00:00:00 2001 From: Miguel Garcia Date: Sun, 5 May 2013 21:20:33 +0200 Subject: two bytecode tests atune with bytecode by GenASM --- test/files/jvm/bytecode-test-example/Foo_1.flags | 1 + test/files/jvm/nooptimise/Foo_1.flags | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/files/jvm/bytecode-test-example/Foo_1.flags (limited to 'test/files') diff --git a/test/files/jvm/bytecode-test-example/Foo_1.flags b/test/files/jvm/bytecode-test-example/Foo_1.flags new file mode 100644 index 0000000000..dd8d97d718 --- /dev/null +++ b/test/files/jvm/bytecode-test-example/Foo_1.flags @@ -0,0 +1 @@ +-neo:GenASM diff --git a/test/files/jvm/nooptimise/Foo_1.flags b/test/files/jvm/nooptimise/Foo_1.flags index 9686c20775..60388394f2 100644 --- a/test/files/jvm/nooptimise/Foo_1.flags +++ b/test/files/jvm/nooptimise/Foo_1.flags @@ -1 +1 @@ --optimise -Ynooptimise \ No newline at end of file +-neo:GenASM -optimise -Ynooptimise \ No newline at end of file -- cgit v1.2.3