| Index: client/tests/client/dom/TypedArrays3Test.dart
 | 
| diff --git a/client/tests/client/dom/TypedArrays3Test.dart b/client/tests/client/dom/TypedArrays3Test.dart
 | 
| index f5c9cd538af818c5cdbe82b844093ab77acbcc6f..a0790c1742e242a89419f5fd91dd9d0e7d860ab2 100644
 | 
| --- a/client/tests/client/dom/TypedArrays3Test.dart
 | 
| +++ b/client/tests/client/dom/TypedArrays3Test.dart
 | 
| @@ -3,12 +3,13 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  #library('TypedArrays2Test');
 | 
| -#import('../../../../lib/unittest/unittest_dom.dart');
 | 
| +#import('../../../../lib/unittest/unittest.dart');
 | 
| +#import('../../../../lib/unittest/dom_config.dart');
 | 
|  #import('dart:dom');
 | 
|  
 | 
|  main() {
 | 
|  
 | 
| -  forLayoutTests();
 | 
| +  useDomConfiguration();
 | 
|  
 | 
|    test('setElementsTest_dynamic', () {
 | 
|        var a1 = new Int8Array(1024);
 | 
| 
 |