Index: pkg/polymer/test/build/import_inliner_test.dart |
diff --git a/pkg/polymer/test/transform/import_inliner_test.dart b/pkg/polymer/test/build/import_inliner_test.dart |
similarity index 98% |
rename from pkg/polymer/test/transform/import_inliner_test.dart |
rename to pkg/polymer/test/build/import_inliner_test.dart |
index b43d999d37e6c9b774f2500e5ef2710ba8d12250..86541073c4dd1a1fe53f3e36cc4e3c71e1daf091 100644 |
--- a/pkg/polymer/test/transform/import_inliner_test.dart |
+++ b/pkg/polymer/test/build/import_inliner_test.dart |
@@ -2,10 +2,10 @@ |
// 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.import_inliner_test; |
+library polymer.test.build.import_inliner_test; |
-import 'package:polymer/src/transform/common.dart'; |
-import 'package:polymer/src/transform/import_inliner.dart'; |
+import 'package:polymer/src/build/common.dart'; |
+import 'package:polymer/src/build/import_inliner.dart'; |
import 'package:unittest/compact_vm_config.dart'; |
import 'package:unittest/unittest.dart'; |