| Index: tools/presubmit.sh
|
| diff --git a/tools/presubmit.sh b/tools/presubmit.sh
|
| index 3836c7e28f82ce3108671bf88783b992e4193def..9f75e045db042f785bbdeea150c02109dabc8a32 100755
|
| --- a/tools/presubmit.sh
|
| +++ b/tools/presubmit.sh
|
| @@ -103,7 +103,7 @@ fi
|
|
|
|
|
| echo
|
| -echo "=== dartc tests ==="
|
| +echo "=== analysis tests ==="
|
| echo " Debug mode (Ctrl-C to skip this set of tests)"
|
| doTest compiler dartc debug
|
| DARTC_RESULT=$?
|
| @@ -157,7 +157,7 @@ if [ ${RUNTIME_RESULT} != 0 ] ; then
|
| fi
|
|
|
| if [ ${DARTC_RESULT} != 0 ] ; then
|
| - echo "*** dartc tests failed"
|
| + echo "*** analysis tests failed"
|
| fi
|
|
|
| if [ ${FROG_RESULT} != 0 ] ; then
|
|
|