| Index: tests/lib/crypto/hmac_sha256_test.dart
|
| diff --git a/tests/lib/crypto/hmac_sha256_test.dart b/tests/lib/crypto/hmac_sha256_test.dart
|
| index bb975383e2f574a9a7516e97bf9e35e621eda4bc..a6b2768c6474da592430ac78aa0d1b35dd7e065a 100644
|
| --- a/tests/lib/crypto/hmac_sha256_test.dart
|
| +++ b/tests/lib/crypto/hmac_sha256_test.dart
|
| @@ -5,8 +5,7 @@
|
| // Library tag to allow the test to run on Dartium.
|
| #library('hmac_sha256_test');
|
|
|
| -// TODO(ager): Replace with "dart:crypto" when ready.
|
| -#import("../../../lib/crypto/crypto.dart");
|
| +#import("dart:crypto");
|
|
|
| #source('hmac_sha256_test_vectors.dart');
|
|
|
|
|