| Index: tests/dom/typed_arrays_2_test.dart
|
| diff --git a/tests/dom/typed_arrays_2_test.dart b/tests/dom/typed_arrays_2_test.dart
|
| index 62b8034be6a4c9928a795c4dde6d1bd97d072866..68de410c9a3a1b0cb3f3a4d630a742af1817edf6 100644
|
| --- a/tests/dom/typed_arrays_2_test.dart
|
| +++ b/tests/dom/typed_arrays_2_test.dart
|
| @@ -4,12 +4,12 @@
|
|
|
| #library('TypedArrays2Test');
|
| #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('fromBufferTest_dynamic', () {
|
| var a1 = new Uint8Array(1024);
|
|
|