| Index: pkg/polymer/e2e_test/good_import/lib/a.dart
|
| diff --git a/pkg/polymer/example/canonicalization2/lib/a.dart b/pkg/polymer/e2e_test/good_import/lib/a.dart
|
| similarity index 74%
|
| rename from pkg/polymer/example/canonicalization2/lib/a.dart
|
| rename to pkg/polymer/e2e_test/good_import/lib/a.dart
|
| index dfbe3cae43697d624ce34f47d216e2f2010ccd94..842c5de0a031e0aa0fdcb31601ab8b175b820b22 100644
|
| --- a/pkg/polymer/example/canonicalization2/lib/a.dart
|
| +++ b/pkg/polymer/e2e_test/good_import/lib/a.dart
|
| @@ -2,15 +2,11 @@
|
| // 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 canonicalization.a;
|
| +library bad_import1.a;
|
|
|
| import 'package:polymer/polymer.dart';
|
| -import 'package:canonicalization/c.dart';
|
| -import 'd.dart';
|
|
|
| int a = 0;
|
| @initMethod initA() {
|
| a++;
|
| - c++;
|
| - d++;
|
| }
|
|
|