diff options
Diffstat (limited to 'test/570-checker-osr-locals')
| -rw-r--r--[-rwxr-xr-x] | test/570-checker-osr-locals/run.py (renamed from test/570-checker-osr-locals/run) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/570-checker-osr-locals/run b/test/570-checker-osr-locals/run.py index 6cef13f867..d876de25ef 100755..100644 --- a/test/570-checker-osr-locals/run +++ b/test/570-checker-osr-locals/run.py @@ -14,5 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Ensure this test is not subject to code collection. -exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M + +def run(ctx, args): + # Ensure this test is not subject to code collection. + ctx.default_run(args, runtime_option=["-Xjitinitialsize:32M"]) |