Chromium Code Reviews| Index: tool/test.sh |
| diff --git a/tool/test.sh b/tool/test.sh |
| index 514f6ba92fcfab279138efd6ee01bbd25dd9374c..be87aa79a2110d348ca91094ee5c4da5529d281e 100755 |
| --- a/tool/test.sh |
| +++ b/tool/test.sh |
| @@ -28,8 +28,6 @@ fi |
| unset COVERALLS_TOKEN |
| pub run test:test test/all_tests.dart || fail |
| -./tool/command_test.sh || fail |
| - |
| { |
| fc=`find test -name "*.dart" |\ |
| xargs grep "/\*\S* should be \S*\*/" | wc -l` |