| Index: pkg/polymer/test/build/all_phases_test.dart
|
| diff --git a/pkg/polymer/test/transform/all_phases_test.dart b/pkg/polymer/test/build/all_phases_test.dart
|
| similarity index 98%
|
| rename from pkg/polymer/test/transform/all_phases_test.dart
|
| rename to pkg/polymer/test/build/all_phases_test.dart
|
| index 975360044e539a413f6eef069554f1e6c89ccf3c..e35347a2ed5be3dd716c6bc818d7998078d7ad05 100644
|
| --- a/pkg/polymer/test/transform/all_phases_test.dart
|
| +++ b/pkg/polymer/test/build/all_phases_test.dart
|
| @@ -2,9 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library polymer.test.transform.all_phases_test;
|
| +library polymer.test.build.all_phases_test;
|
|
|
| -import 'package:polymer/src/transform.dart';
|
| +import 'package:polymer/transformer.dart';
|
| import 'package:unittest/compact_vm_config.dart';
|
|
|
| import 'common.dart';
|
|
|