OSDN Git Service

test: Fix lambda test incorrectly globbing together compiler arguments
authorIgor Murashkin <iam@google.com>
Thu, 18 Jun 2015 22:38:59 +0000 (15:38 -0700)
committerIgor Murashkin <iam@google.com>
Thu, 18 Jun 2015 22:40:09 +0000 (15:40 -0700)
This also fixes test failures when running imageless tests.

Change-Id: I9b0deb836907060160e31c434cf0710507f9665a

test/955-lambda-smali/run

index e0c9586..2aeca8c 100755 (executable)
@@ -15,4 +15,4 @@
 # limitations under the License.
 
 # Ensure that the lambda experimental opcodes are turned on for dalvikvm and dex2oat
-${RUN} "$@" --runtime-option -Xexperimental-lambdas -Xcompiler-option "--runtime-arg -Xexperimental-lambdas"
+${RUN} "$@" --runtime-option -Xexperimental-lambdas -Xcompiler-option --runtime-arg -Xcompiler-option -Xexperimental-lambdas