| Index: tests/lib/crypto/sha256_test.dart
|
| diff --git a/tests/lib/crypto/sha256_test.dart b/tests/lib/crypto/sha256_test.dart
|
| index f42a3f291b25ef061e186e6f5c39711a9feae2ae..528c8319682eb5732a13ea1eedbb81403a5e9695 100644
|
| --- a/tests/lib/crypto/sha256_test.dart
|
| +++ b/tests/lib/crypto/sha256_test.dart
|
| @@ -6,7 +6,7 @@
|
| library sha256_test;
|
|
|
| import "package:expect/expect.dart";
|
| -import 'dart:crypto';
|
| +import "package:crypto/crypto.dart";
|
|
|
| part 'sha256_long_test_vectors.dart';
|
| part 'sha256_short_test_vectors.dart';
|
|
|