| Index: tests/dom/typed_arrays_1_test.dart
|
| diff --git a/tests/dom/typed_arrays_1_test.dart b/tests/dom/typed_arrays_1_test.dart
|
| index c071ff32fc6b9114105a322954c642b25c8105ca..65a5b66f0027327caf91caed700ba156e9961529 100644
|
| --- a/tests/dom/typed_arrays_1_test.dart
|
| +++ b/tests/dom/typed_arrays_1_test.dart
|
| @@ -1,11 +1,11 @@
|
| #library('TypedArrays1Test');
|
| #import('../../lib/unittest/unittest.dart');
|
| -#import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('../../lib/unittest/html_config.dart');
|
| +#import('dart:html');
|
|
|
| main() {
|
|
|
| - useDomConfiguration();
|
| + useHtmlConfiguration();
|
|
|
| test('createByLengthTest', () {
|
| var a = new Float32Array(10);
|
|
|