| Index: tests/language/duplicate_export_negative_test.dart
|
| diff --git a/tests/language/duplicate_import_test.dart b/tests/language/duplicate_export_negative_test.dart
|
| similarity index 87%
|
| copy from tests/language/duplicate_import_test.dart
|
| copy to tests/language/duplicate_export_negative_test.dart
|
| index 83124ebf1e225812650bb1ceaf82583c9e40260f..0d4b5c2c06cfea8a8cad64b4c0e7414ca1454839 100644
|
| --- a/tests/language/duplicate_import_test.dart
|
| +++ b/tests/language/duplicate_export_negative_test.dart
|
| @@ -2,8 +2,7 @@
|
| // 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.
|
|
|
| -import 'duplicate_import_liba.dart';
|
| -import 'duplicate_import_libb.dart';
|
| +import 'duplicate_import_libc.dart';
|
|
|
| void main() {
|
| Expect.throws(new Class(), (e) => e is TypeError);
|
|
|