| Index: tests/lib/crypto/sha256_test.dart
|
| diff --git a/tests/lib/crypto/sha256_test.dart b/tests/lib/crypto/sha256_test.dart
|
| index 0954c00fb32276b4dc63a1d220abddb8ba6aeeda..db4ebe235294a3dc88bd4693a43447208c83844d 100644
|
| --- a/tests/lib/crypto/sha256_test.dart
|
| +++ b/tests/lib/crypto/sha256_test.dart
|
| @@ -5,8 +5,7 @@
|
| // Library tag to allow Dartium to run the tests.
|
| #library('sha256_test');
|
|
|
| -// TODO(ager): Replace with "dart:crypto" when ready.
|
| -#import("../../../lib/crypto/crypto.dart");
|
| +#import("dart:crypto");
|
|
|
| #source('sha256_long_test_vectors.dart');
|
| #source('sha256_short_test_vectors.dart');
|
|
|