Index: tests/html/xhr_test.dart |
diff --git a/tests/html/xhr_test.dart b/tests/html/xhr_test.dart |
index ae4faea80c514c8cfc5028ba867c06963de73fff..9d44746ff1f942c1c4e97440c112c22c4c81012a 100644 |
--- a/tests/html/xhr_test.dart |
+++ b/tests/html/xhr_test.dart |
@@ -8,7 +8,7 @@ import '../../pkg/unittest/lib/html_individual_config.dart'; |
import 'dart:async'; |
import 'dart:html'; |
import 'dart:json' as json; |
-import 'dart:typeddata'; |
+import 'dart:typed_data'; |
void fail(message) { |
guardAsync(() { |