| Index: client/tests/client/dom/TypedArrays2Test.dart
|
| diff --git a/client/tests/client/dom/TypedArrays2Test.dart b/client/tests/client/dom/TypedArrays2Test.dart
|
| index 782154384bcef8347cb4c64d11dffebb951c9e5f..136812d96e4609846c76c470928c398efbd25bbf 100644
|
| --- a/client/tests/client/dom/TypedArrays2Test.dart
|
| +++ b/client/tests/client/dom/TypedArrays2Test.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);
|
|
|