| Index: tests/html/wheelevent_test.dart
|
| diff --git a/tests/html/wheelevent_test.dart b/tests/html/wheelevent_test.dart
|
| index d733a94f868e13b8d04ae93417e7a236738df943..8223573d6aebda6d5b682887a05139ce85bd479e 100644
|
| --- a/tests/html/wheelevent_test.dart
|
| +++ b/tests/html/wheelevent_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library wheel_event_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';
|
|
|
|
|
|
|