diff options
Diffstat (limited to 'tests/etc/push-and-run-test-jar')
-rwxr-xr-x | tests/etc/push-and-run-test-jar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/etc/push-and-run-test-jar b/tests/etc/push-and-run-test-jar index e2fde428e..b64f6a664 100755 --- a/tests/etc/push-and-run-test-jar +++ b/tests/etc/push-and-run-test-jar @@ -78,8 +78,8 @@ done if [ "$ZYGOTE" = "n" ]; then if [ "x$INTERP" = "x" ]; then - INTERP="fast" - msg "Using fast interpreter by default" + INTERP="jit" + msg "Using jit by default" fi if [ "$OPTIMIZE" = "y" ]; then |