| Index: tests/html/callbacks_test.dart
|
| diff --git a/tests/html/callbacks_test.dart b/tests/html/callbacks_test.dart
|
| index 67304ec18fca93c6be7d992b35b4b838fd486878..b5d4d3ca14366ecff5c1508c50fb70a0e1068e5b 100644
|
| --- a/tests/html/callbacks_test.dart
|
| +++ b/tests/html/callbacks_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('CallbacksTest');
|
| -#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');
|
|
|
| main() {
|
|
|