Index: tests/lib/crypto/hmac_sha256_test.dart |
diff --git a/tests/lib/crypto/hmac_sha256_test.dart b/tests/lib/crypto/hmac_sha256_test.dart |
index 1d52efdb5e446e733b79195c92b55330bf3b5c45..73fa561cda27349b0a35e94bea1ea10b6e69db0e 100644 |
--- a/tests/lib/crypto/hmac_sha256_test.dart |
+++ b/tests/lib/crypto/hmac_sha256_test.dart |
@@ -6,7 +6,7 @@ |
library hmac_sha256_test; |
import "package:expect/expect.dart"; |
-import 'dart:crypto'; |
+import "package:crypto/crypto.dart"; |
part 'hmac_sha256_test_vectors.dart'; |