| Index: tests/dom/request_animation_frame_test.dart
|
| diff --git a/client/tests/client/dom/RequestAnimationFrameTest.dart b/tests/dom/request_animation_frame_test.dart
|
| similarity index 88%
|
| rename from client/tests/client/dom/RequestAnimationFrameTest.dart
|
| rename to tests/dom/request_animation_frame_test.dart
|
| index 02cf8ce6f417c86087f4a18407614bde087da6ca..2d85647a2a54031888268d0aea44546c725b9cd6 100644
|
| --- a/client/tests/client/dom/RequestAnimationFrameTest.dart
|
| +++ b/tests/dom/request_animation_frame_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('RequestAnimationFrameTest');
|
| -#import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/dom_config.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| main() {
|
|
|