diff options
Diffstat (limited to 'test/958-methodhandle-stackframe')
| -rw-r--r--[-rwxr-xr-x] | test/958-methodhandle-stackframe/build.py (renamed from test/958-methodhandle-stackframe/build) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/958-methodhandle-stackframe/build b/test/958-methodhandle-stackframe/build.py index 2b0b2c1274..e8e08ebd8b 100755..100644 --- a/test/958-methodhandle-stackframe/build +++ b/test/958-methodhandle-stackframe/build.py @@ -1,6 +1,5 @@ -#!/bin/bash # -# Copyright 2016 The Android Open Source Project +# Copyright (C) 2022 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# make us exit on a failure -set -e +from art_build_rules import build_run_test -./default-build "$@" --experimental method-handles +build_run_test(experimental="method-handles") |