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 b9e90697c15c2d01307038f07101bce316b0c529..15df97188b666dd658d8e29260b002148743ce5d 100644 |
| --- a/tests/lib/crypto/sha1_test.dart |
| +++ b/tests/lib/crypto/sha1_test.dart |
| @@ -5,6 +5,7 @@ |
| // Library tag to allow dartium to run the test. |
| library sha1_test; |
| +import "package:expect/expect.dart"; |
| import 'dart:crypto'; |
| part 'sha1_long_test_vectors.dart'; |