| Index: tests/html/request_animation_frame_test.dart
|
| diff --git a/tests/html/request_animation_frame_test.dart b/tests/html/request_animation_frame_test.dart
|
| index cae224063f874dc4e3d06ce39fb96c4b4a461da3..56d0d2fdef2b73b399b94a65254dfd5389e4ccd9 100644
|
| --- a/tests/html/request_animation_frame_test.dart
|
| +++ b/tests/html/request_animation_frame_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('RequestAnimationFrameTest');
|
| -#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() {
|
|
|