Index: client/tests/client/html/TypedArrays2Test.dart |
diff --git a/client/tests/client/html/TypedArrays2Test.dart b/client/tests/client/html/TypedArrays2Test.dart |
index 0e3fc2786a9897aa88887534eac754d09ffa6c08..0a1a8a3fafe4420b6ff06e18b1674be1031a5e83 100644 |
--- a/client/tests/client/html/TypedArrays2Test.dart |
+++ b/client/tests/client/html/TypedArrays2Test.dart |
@@ -3,12 +3,12 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library('TypedArrays2Test'); |
-#import('../../../../lib/unittest/unittest_html.dart'); |
+#import('../../../../lib/unittest/unittest.dart'); |
+#import('../../../../lib/unittest/html_config.dart'); |
#import('dart:html'); |
main() { |
- |
- forLayoutTests(); |
+ useHtmlConfiguration(); |
test('fromBufferTest_var', () { |
var a1 = new Uint8Array(1024); |