| Index: tests/html/indexeddb_4_test.dart
|
| diff --git a/tests/html/indexeddb_4_test.dart b/tests/html/indexeddb_4_test.dart
|
| index 76e264e32d8cbdf7f6df3bcf8c2b915486b1950f..37613015b2c0c71c2b1f1cb77fa9af5e956b60c1 100644
|
| --- a/tests/html/indexeddb_4_test.dart
|
| +++ b/tests/html/indexeddb_4_test.dart
|
| @@ -1,6 +1,6 @@
|
| library IndexedDB4Test;
|
| -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';
|
|
|