diff options
Diffstat (limited to 'test/run-test')
| -rwxr-xr-x | test/run-test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/run-test b/test/run-test index ae53f9ecc0..250263a928 100755 --- a/test/run-test +++ b/test/run-test @@ -743,9 +743,7 @@ if [[ "$TEST_NAME" =~ ^[0-9]+-checker- ]]; then fi fi -if [ "$runtime" != "jvm" ]; then run_args="${run_args} --testlib ${testlib}" -fi # To cause tests to fail fast, limit the file sizes created by dx, dex2oat and ART output to 2MB. build_file_size_limit=2048 |