Chromium Code Reviews| Index: test/hmac_sha1_test.dart |
| diff --git a/test/hmac_sha1_test.dart b/test/hmac_sha1_test.dart |
| index 4a378c750394934b6f0e2736c72e40c4b37f059d..97c02689f6c7af2f2b89bc16623ed3238c0ab348 100644 |
| --- a/test/hmac_sha1_test.dart |
| +++ b/test/hmac_sha1_test.dart |
| @@ -10,7 +10,6 @@ import "package:test/test.dart"; |
| part 'hmac_sha1_test_vectors.dart'; |
| - |
| void main() { |
| test('standard vectors', () { |
| _testStandardVectors(hmac_sha1_inputs, hmac_sha1_keys, hmac_sha1_macs); |