Index: tool/test.sh |
diff --git a/tool/test.sh b/tool/test.sh |
index ae4590bfa2c8508bbaf9067809a77af5554cad9a..8532b4400fee43ee6c30af678e94714d3dc1d689 100755 |
--- a/tool/test.sh |
+++ b/tool/test.sh |
@@ -22,9 +22,6 @@ cd $( dirname "${BASH_SOURCE[0]}" )/.. |
unset COVERALLS_TOKEN |
pub run test:test test/all_tests.dart || fail |
-# run self host and analyzer after other tests, because they're ~seconds to run. |
-pub run test:test test/checker/self_host_test.dart || fail |
- |
{ |
fc=`find test -name "*.dart" |\ |
xargs grep "/\*\S* should be \S*\*/" | wc -l` |