Unbreak checker.
Change-Id: Idabb8c04c29d265330ef9ae28c1df01129abe9dd
diff --git a/test/run-test b/test/run-test
index 2f7a5ac..df0fce4 100755
--- a/test/run-test
+++ b/test/run-test
@@ -525,7 +525,7 @@
# if Checker is not invoked and the test only runs the program.
build_args="${build_args} --dx-option --no-optimize"
- if [ "$runtime" = "art" -a "$image_suffix" = "-optimizing" -a "$target_mode" = "no" -a "$debuggable" = "no"]; then
+ if [ "$runtime" = "art" -a "$image_suffix" = "-optimizing" -a "$target_mode" = "no" -a "$debuggable" = "no" ]; then
run_checker="yes"
run_args="${run_args} -Xcompiler-option --dump-cfg=$tmp_dir/$cfg_output \
-Xcompiler-option -j1"