| 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.
|
|
|