| Index: tests/html/datalistelement_test.dart
|
| diff --git a/tests/html/datalistelement_test.dart b/tests/html/datalistelement_test.dart
|
| index 8af53c159ba022768958ecd90268ad2f12133c32..2fd9fa8175d3e20eda0b53531dc99378444ee07d 100644
|
| --- a/tests/html/datalistelement_test.dart
|
| +++ b/tests/html/datalistelement_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library datalistelement_dataview_test;
|
| -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:html';
|
|
|
| main() {
|
|
|