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