fixed test script
diff --git a/test/run.sh b/test/run.sh
index f269bda..c060bd7 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -15,8 +15,8 @@
 # TODO(jmesserly): switch to new analyzer. Note: it's missing a lot of the
 # tests for implemented members; we should get that fixed before switching.
 echo Analyzing library for warnings or type errors
-dartanalyzer --fatal-warnings --fatal-type-errors lib/*.dart || \
+dartanalyzer --fatal-warnings lib/*.dart || \
   echo "ignore analyzer errors"
 popd
 
-dart --enable-type-checks --enable-asserts test/run_all.dart $@
+dart --checked test/run_all.dart $@