Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: test/sha1_test.dart

Issue 1350913002: Run the formatter over crypto. (Closed) Base URL: git@github.com:dart-lang/crypto.git@master
Patch Set: Fix a missing value. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/hmac_sha256_test.dart ('k') | test/sha256_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sha1_test.dart
diff --git a/test/sha1_test.dart b/test/sha1_test.dart
index 95d973b6cf7fb19521ecdb07ffe323e28a14a08e..a531b99c8330b9b5f48dae3e0acbc0d91b902060 100644
--- a/test/sha1_test.dart
+++ b/test/sha1_test.dart
@@ -11,7 +11,6 @@ import "package:test/test.dart";
part 'sha1_long_test_vectors.dart';
part 'sha1_short_test_vectors.dart';
-
void main() {
test('expected values', _testExpectedValues);
test('invalid use', _testInvalidUse);
« no previous file with comments | « test/hmac_sha256_test.dart ('k') | test/sha256_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698