| Index: tests/lib/crypto/hmac_sha1_test.dart
|
| diff --git a/tests/lib/crypto/hmac_sha1_test.dart b/tests/lib/crypto/hmac_sha1_test.dart
|
| index 8a87ceb2c982f852449ca4e6f7d537592cf20fc5..12e0c0099064597527a04d6fbf5cb0b9b5a07ad5 100644
|
| --- a/tests/lib/crypto/hmac_sha1_test.dart
|
| +++ b/tests/lib/crypto/hmac_sha1_test.dart
|
| @@ -5,6 +5,7 @@
|
| // Library tag to allow the test to run on Dartium.
|
| library hmac_sha1_test;
|
|
|
| +import "package:expect/expect.dart";
|
| import 'dart:crypto';
|
|
|
| part 'hmac_sha1_test_vectors.dart';
|
|
|