| Index: dart/tests/lib/crypto/hmac_md5_test.dart
|
| diff --git a/dart/tests/lib/crypto/hmac_md5_test.dart b/dart/tests/lib/crypto/hmac_md5_test.dart
|
| index bd25531954fee651287be8847a83798bd3b2ee88..e8101c68a24452e742c7bd2086846d71ded1a3d0 100644
|
| --- a/dart/tests/lib/crypto/hmac_md5_test.dart
|
| +++ b/dart/tests/lib/crypto/hmac_md5_test.dart
|
| @@ -3,9 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Library tag to allow the test to run on Dartium.
|
| -library hmac_md5_test;
|
| +#library('hmac_md5_test');
|
|
|
| -import "dart:crypto";
|
| +#import("dart:crypto");
|
|
|
| // Data from http://tools.ietf.org/html/rfc2202.
|
| var hmac_md5_inputs =
|
|
|