| Index: pkg/polymer/test/transform/all_phases_test.dart
|
| diff --git a/pkg/polymer/test/transform/all_phases_test.dart b/pkg/polymer/test/transform/all_phases_test.dart
|
| index 743b199edc272b0042520133ec90e68d5fbfdb2b..975360044e539a413f6eef069554f1e6c89ccf3c 100644
|
| --- a/pkg/polymer/test/transform/all_phases_test.dart
|
| +++ b/pkg/polymer/test/transform/all_phases_test.dart
|
| @@ -11,6 +11,7 @@ import 'common.dart';
|
|
|
| void main() {
|
| useCompactVMConfiguration();
|
| + var phases = createDeployPhases(new TransformOptions());
|
|
|
| testPhases('no changes', phases, {
|
| 'a|web/test.html': '<!DOCTYPE html><html></html>',
|
|
|