| 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 297314760be7d8192f0e7747066db27092c98d74..8f9e7686795449b227e1558d44c6d6a7b56c3805 100644
|
| --- a/tests/lib/crypto/hmac_md5_test.dart
|
| +++ b/tests/lib/crypto/hmac_md5_test.dart
|
| @@ -5,6 +5,7 @@
|
| // Library tag to allow the test to run on Dartium.
|
| library hmac_md5_test;
|
|
|
| +import "package:expect/expect.dart";
|
| import 'dart:crypto';
|
|
|
| // Data from http://tools.ietf.org/html/rfc2202.
|
|
|