| Index: tests/lib/crypto/hmac_md5_test.dart
|
| diff --git a/tests/lib/crypto/hmac_md5_test.dart b/tests/lib/crypto/hmac_md5_test.dart
|
| index 8f9e7686795449b227e1558d44c6d6a7b56c3805..2d717b9488efd7a8eb6032bd17d274da68ce93bb 100644
|
| --- a/tests/lib/crypto/hmac_md5_test.dart
|
| +++ b/tests/lib/crypto/hmac_md5_test.dart
|
| @@ -6,7 +6,7 @@
|
| library hmac_md5_test;
|
|
|
| import "package:expect/expect.dart";
|
| -import 'dart:crypto';
|
| +import "package:crypto/crypto.dart";
|
|
|
| // Data from http://tools.ietf.org/html/rfc2202.
|
| var hmac_md5_inputs =
|
|
|