| Index: tests/corelib/linked_hash_map_test.dart
|
| diff --git a/tests/corelib/linked_hash_map_test.dart b/tests/corelib/linked_hash_map_test.dart
|
| index ba39eed29c75358a0362dd267a36c2363cd29929..4de0b3e8a9845fb88f83945b3e09434585a9cece 100644
|
| --- a/tests/corelib/linked_hash_map_test.dart
|
| +++ b/tests/corelib/linked_hash_map_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Dart test for linked hash-maps.
|
| +library linkedHashMap.test;
|
| +import 'dart:collection' show LinkedHashMap;
|
|
|
| class LinkedHashMapTest {
|
| static void testMain() {
|
|
|