| Index: tests/html/typed_arrays_1_test.dart
|
| diff --git a/client/tests/client/html/TypedArrays1Test.dart b/tests/html/typed_arrays_1_test.dart
|
| similarity index 90%
|
| rename from client/tests/client/html/TypedArrays1Test.dart
|
| rename to tests/html/typed_arrays_1_test.dart
|
| index 51a903515ead3c4e31279de41fea5a2074e2a67e..1b4f67f95003d3788f61a9e47539e9a1c6965b41 100644
|
| --- a/client/tests/client/html/TypedArrays1Test.dart
|
| +++ b/tests/html/typed_arrays_1_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('TypedArrays1Test');
|
| -#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() {
|
|
|