Index: tests/html/request_animation_frame_test.dart |
diff --git a/client/tests/client/html/RequestAnimationFrameTest.dart b/tests/html/request_animation_frame_test.dart |
similarity index 88% |
rename from client/tests/client/html/RequestAnimationFrameTest.dart |
rename to tests/html/request_animation_frame_test.dart |
index 8a44c76a47314782e186fc24f83ef6ac7fdc6e25..ec61974c51d671eeb91dc64ad4e68fbcbe73ccac 100644 |
--- a/client/tests/client/html/RequestAnimationFrameTest.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('../../../../lib/unittest/unittest.dart'); |
-#import('../../../../lib/unittest/html_config.dart'); |
+#import('../../lib/unittest/unittest.dart'); |
+#import('../../lib/unittest/html_config.dart'); |
#import('dart:html'); |
main() { |