| Index: tests/html/event_test.dart
|
| ===================================================================
|
| --- tests/html/event_test.dart (revision 12412)
|
| +++ tests/html/event_test.dart (working copy)
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('EventTest');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| // TODO(nweiz): Make this private to testEvents when Frog supports closures with
|
|
|