Index: test/deps/b.dart |
diff --git a/test/foo/bar.dart b/test/deps/b.dart |
similarity index 65% |
copy from test/foo/bar.dart |
copy to test/deps/b.dart |
index 67845503e9d6cd6a39ba6ed5499b7239bdb827e5..63b8dfae49d1d7bd5511697a88cfaa82a076ddbc 100644 |
--- a/test/foo/bar.dart |
+++ b/test/deps/b.dart |
@@ -1,7 +1,7 @@ |
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
// 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. |
-@HtmlImport('bar.html') |
-library web_components.test.foo.bar; |
+@initializeTracker |
+library web_components.test.deps.b; |
-import 'package:web_components/web_components.dart'; |
+import 'package:initialize/src/initialize_tracker.dart'; |