| Index: tests/language/duplicate_export_negative_test.dart
|
| diff --git a/tests/language/duplicate_export_negative_test.dart b/tests/language/duplicate_export_negative_test.dart
|
| index 51a2294d7f9bdbc137ca8eb0d76209577db1aaa5..aeee87fe227be743de13a256fac8864c01ef89fe 100644
|
| --- a/tests/language/duplicate_export_negative_test.dart
|
| +++ b/tests/language/duplicate_export_negative_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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 duplicate_export_negative_test;
|
| +
|
| import 'duplicate_import_libd.dart';
|
|
|
| void main() {
|
|
|