| Index: client/tests/client/dom/TypedArrays4Test.dart
|
| diff --git a/client/tests/client/dom/TypedArrays4Test.dart b/client/tests/client/dom/TypedArrays4Test.dart
|
| index 047a426efef2f083460f19957e7aa665abc1d6f1..844daaf9514f1d94dadc044b70dd074847d5c983 100644
|
| --- a/client/tests/client/dom/TypedArrays4Test.dart
|
| +++ b/client/tests/client/dom/TypedArrays4Test.dart
|
| @@ -4,12 +4,12 @@
|
|
|
| #library('TypedArrays4Test');
|
| #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('indexOf_dynamic', () {
|
| var a1 = new Uint8Array(1024);
|
|
|