| Index: tests/language/duplicate_export_liba.dart
|
| diff --git a/tests/language/prefix24_lib2.dart b/tests/language/duplicate_export_liba.dart
|
| similarity index 78%
|
| copy from tests/language/prefix24_lib2.dart
|
| copy to tests/language/duplicate_export_liba.dart
|
| index d4dd5926cdad3eed1e848993315ad42bfc82028a..7b68d429a325d2f1b5087763766c70c353c35982 100644
|
| --- a/tests/language/prefix24_lib2.dart
|
| +++ b/tests/language/duplicate_export_liba.dart
|
| @@ -2,6 +2,6 @@
|
| // 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 prefix24_lib2;
|
| +library export_liba;
|
|
|
| -bar() => "prefix24_lib2_bar";
|
| +export 'duplicate_import_liba.dart';
|
|
|