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

Unified Diff: pkg/polymer/test/run_all.dart

Issue 23478015: Apply several phases only to entrypoint files (which currently are identified as (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
Index: pkg/polymer/test/run_all.dart
diff --git a/pkg/polymer/test/run_all.dart b/pkg/polymer/test/run_all.dart
index 5f1f5dfe169c28a189fc5b7515017b0c7e4a19d4..3db69fb07ed505bfa5dd6652c814d585d2f4d586 100644
--- a/pkg/polymer/test/run_all.dart
+++ b/pkg/polymer/test/run_all.dart
@@ -44,7 +44,7 @@ main() {
polyfill_injector_test.main);
addGroup('transform/all_phases_test.dart', all_phases_test.main);
- endToEndTests('data/unit/', 'data/out');
+ endToEndTests('data/unit/web', 'data/out');
// Note: if you're adding more render test suites, make sure to update run.sh
// as well for convenient baseline diff/updating.

Powered by Google App Engine
This is Rietveld 408576698