summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/run-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-test b/test/run-test
index 044f63fa1e..e6c2480ed0 100755
--- a/test/run-test
+++ b/test/run-test
@@ -92,7 +92,7 @@ fi
export JACK="$JACK -g -cp $JACK_CLASSPATH"
# Allow changing DESUGAR script to something else, or to disable it with DESUGAR=false.
-if [ -z "$DESUGAR"]; then
+if [ -z "$DESUGAR" ]; then
export DESUGAR="$ANDROID_BUILD_TOP/art/tools/desugar.sh"
fi