diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/955-lambda-smali/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/955-lambda-smali/run b/test/955-lambda-smali/run index e0c9586473..2aeca8c8fc 100755 --- a/test/955-lambda-smali/run +++ b/test/955-lambda-smali/run @@ -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 |