| Index: pkg/polymer/e2e_test/canonicalization/test/dev3_test.dart
|
| diff --git a/pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart b/pkg/polymer/e2e_test/canonicalization/test/dev3_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/dev3_test.dart
|
| index 1a07d2bfcbec000ca259946fd3598f181039ec0b..d3fea55f8ffc0ab1828e91139855601ed082d735 100644
|
| --- a/pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart
|
| +++ b/pkg/polymer/e2e_test/canonicalization/test/dev3_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.dev3_test;
|
| +export 'dev_common.dart';
|
|
|