| Index: tests/html/indexeddb_2_test.dart
|
| diff --git a/tests/html/indexeddb_2_test.dart b/tests/html/indexeddb_2_test.dart
|
| index 7a643137bdd33b2aa4055690f314ed7721982c78..f37be90510e6c7fcff454e7ccae2931888a4a350 100644
|
| --- a/tests/html/indexeddb_2_test.dart
|
| +++ b/tests/html/indexeddb_2_test.dart
|
| @@ -2,7 +2,7 @@
|
| #import('../../pkg/unittest/unittest.dart');
|
| #import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
| -#import('dart:coreimpl');
|
| +#import('dart:collection');
|
| #import('utils.dart');
|
|
|
| // Write and re-read Maps: simple Maps; Maps with DAGs; Maps with cycles.
|
|
|