Chromium Code Reviews| Index: tests/lib/crypto/sha256_test.dart |
| diff --git a/tests/lib/crypto/sha256_test.dart b/tests/lib/crypto/sha256_test.dart |
| index 62a8dc942d5f13a2d0b97792cdfa551801d870c5..5ac93c43a9327849aabf610b169bd06b0b186fdc 100644 |
| --- a/tests/lib/crypto/sha256_test.dart |
| +++ b/tests/lib/crypto/sha256_test.dart |
| @@ -5,6 +5,7 @@ |
| // Library tag to allow Dartium to run the tests. |
| library sha256_test; |
| +import "package:expect/expect.dart"; |
| import 'dart:crypto'; |
| part 'sha256_long_test_vectors.dart'; |