Chromium Code Reviews| Index: tests/lib/crypto/hmac_sha1_test.dart |
| diff --git a/tests/lib/crypto/hmac_sha1_test.dart b/tests/lib/crypto/hmac_sha1_test.dart |
| index 12e0c0099064597527a04d6fbf5cb0b9b5a07ad5..de794708be66ba69b662b77fc271e04090af7879 100644 |
| --- a/tests/lib/crypto/hmac_sha1_test.dart |
| +++ b/tests/lib/crypto/hmac_sha1_test.dart |
| @@ -6,7 +6,7 @@ |
| library hmac_sha1_test; |
| import "package:expect/expect.dart"; |
| -import 'dart:crypto'; |
| +import "package:crypto/crypto.dart"; |
| part 'hmac_sha1_test_vectors.dart'; |