| Index: pkg/polymer/e2e_test/canonicalization/test/dev2_test.dart
|
| diff --git a/pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart b/pkg/polymer/e2e_test/canonicalization/test/dev2_test.dart
|
| similarity index 76%
|
| copy from pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart
|
| copy to pkg/polymer/e2e_test/canonicalization/test/dev2_test.dart
|
| index 1a07d2bfcbec000ca259946fd3598f181039ec0b..0fbd35023183c979c721d03ed3c81930fed8e827 100644
|
| --- a/pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart
|
| +++ b/pkg/polymer/e2e_test/canonicalization/test/dev2_test.dart
|
| @@ -2,8 +2,5 @@
|
| // 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 test_lib2_bar;
|
| -
|
| -class Bar {
|
| -
|
| -}
|
| +library canonicalization.test.dev2_test;
|
| +export 'dev_common.dart';
|
|
|