Index: tests/lib/crypto/sha256_test.dart |
diff --git a/tests/lib/crypto/sha256_test.dart b/tests/lib/crypto/sha256_test.dart |
index 767812a226bb36f5d812c55ac39faa6604cfd261..f42a3f291b25ef061e186e6f5c39711a9feae2ae 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'; |