| Index: tests/lib/crypto/hmac_md5_test.dart
|
| diff --git a/tests/lib/crypto/hmac_md5_test.dart b/tests/lib/crypto/hmac_md5_test.dart
|
| index d8f60df0c476b08486d8391e97035c28790c4174..e8101c68a24452e742c7bd2086846d71ded1a3d0 100644
|
| --- a/tests/lib/crypto/hmac_md5_test.dart
|
| +++ b/tests/lib/crypto/hmac_md5_test.dart
|
| @@ -5,8 +5,7 @@
|
| // Library tag to allow the test to run on Dartium.
|
| #library('hmac_md5_test');
|
|
|
| -// TODO(ager): Replace with "dart:crypto" when ready.
|
| -#import("../../../lib/crypto/crypto.dart");
|
| +#import("dart:crypto");
|
|
|
| // Data from http://tools.ietf.org/html/rfc2202.
|
| var hmac_md5_inputs =
|
|
|