| Index: tests/html/indexeddb_3_test.dart
|
| diff --git a/tests/html/indexeddb_3_test.dart b/tests/html/indexeddb_3_test.dart
|
| index d3030dcd632582525ca4b69ab22141e894af5412..c5034c45f394b4b95573c86af3fc1a9d9108a91d 100644
|
| --- a/tests/html/indexeddb_3_test.dart
|
| +++ b/tests/html/indexeddb_3_test.dart
|
| @@ -1,6 +1,6 @@
|
| library IndexedDB3Test;
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_config.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:unittest/html_config.dart';
|
| import 'dart:async';
|
| import 'dart:html' as html;
|
| import 'dart:indexed_db';
|
|
|