Chromium Code Reviews| Index: tests/lib/crypto/sha1_test.dart |
| diff --git a/tests/lib/crypto/sha1_test.dart b/tests/lib/crypto/sha1_test.dart |
| index 1254dc8dcd62d70861c3ae5b8577fc912f1c4d4e..24a7271762b39c8a70c15b51f6b480a426c9cfb2 100644 |
| --- a/tests/lib/crypto/sha1_test.dart |
| +++ b/tests/lib/crypto/sha1_test.dart |
| @@ -6,7 +6,7 @@ |
| library sha1_test; |
| import "package:expect/expect.dart"; |
| -import 'dart:crypto'; |
| +import "package:crypto/crypto.dart"; |
| part 'sha1_long_test_vectors.dart'; |
| part 'sha1_short_test_vectors.dart'; |