| Index: tests/html/crypto_test.dart
|
| diff --git a/tests/html/crypto_test.dart b/tests/html/crypto_test.dart
|
| index d0ee241f55b66ade5267eb724962862ea230a406..b4992a308fce41072754d92ecbf6556381098ed6 100644
|
| --- a/tests/html/crypto_test.dart
|
| +++ b/tests/html/crypto_test.dart
|
| @@ -6,7 +6,7 @@ library crypto_test;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| import '../../pkg/unittest/lib/html_individual_config.dart';
|
| import 'dart:html';
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
|
|
| main() {
|
| useHtmlIndividualConfiguration();
|
|
|