Index: tests/dom/typed_arrays_2_test.dart |
diff --git a/client/tests/client/dom/TypedArrays2Test.dart b/tests/dom/typed_arrays_2_test.dart |
similarity index 96% |
rename from client/tests/client/dom/TypedArrays2Test.dart |
rename to tests/dom/typed_arrays_2_test.dart |
index 782154384bcef8347cb4c64d11dffebb951c9e5f..62b8034be6a4c9928a795c4dde6d1bd97d072866 100644 |
--- a/client/tests/client/dom/TypedArrays2Test.dart |
+++ b/tests/dom/typed_arrays_2_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library('TypedArrays2Test'); |
-#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() { |