Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tool/presubmit.sh

Issue 1788973002: Remove code that requires whole-program compile (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/transformer_test.dart ('k') | tool/transformer_test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/presubmit.sh
diff --git a/tool/presubmit.sh b/tool/presubmit.sh
index 400d5538cd806dbccce54eb387365c4e43c29b69..53cba67d909b7441998c280ba5847912619797b3 100755
--- a/tool/presubmit.sh
+++ b/tool/presubmit.sh
@@ -8,6 +8,5 @@ $DIR/analyze.sh
$DIR/format.sh
if [[ "$TRAVIS" != true ]]; then
$DIR/node_test.sh
- $DIR/transformer_test.sh
fi
echo "*** Presubmit finished"
« no previous file with comments | « test/transformer_test.dart ('k') | tool/transformer_test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698