summaryrefslogtreecommitdiffstats
path: root/run-core-tests
diff options
context:
space:
mode:
Diffstat (limited to 'run-core-tests')
-rwxr-xr-xrun-core-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-core-tests b/run-core-tests
index 62b3c51..70ab320 100755
--- a/run-core-tests
+++ b/run-core-tests
@@ -26,5 +26,5 @@ mkdir $tmp
chmod 777 $tmp
exec dalvikvm -Duser.language=en -Duser.region=US -Djava.io.tmpdir=$tmp \
- -Xbootclasspath:$BOOTCLASSPATH:/system/framework/core-tests.jar \
+ -classpath /system/framework/core-tests.jar \
-Xmx64M com.google.coretests.Main "$@"