| Index: tests/html/event_test.dart
|
| diff --git a/tests/html/event_test.dart b/tests/html/event_test.dart
|
| index c196e6452dfb4734e4cdc769a96e1e9865ed3616..df0fe1cefeb54c62c5765d2568cc34e313fbc7f9 100644
|
| --- a/tests/html/event_test.dart
|
| +++ b/tests/html/event_test.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library EventTest;
|
| +import "package:expect/expect.dart";
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| import '../../pkg/unittest/lib/html_config.dart';
|
| import 'dart:html';
|
|
|