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

Unified Diff: tests/compiler/dart2js/sha1_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: Created 4 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
Index: tests/compiler/dart2js/sha1_test.dart
diff --git a/tests/compiler/dart2js/sha1_test.dart b/tests/compiler/dart2js/sha1_test.dart
index d622eec6efd1ae073677718faf6d775a40f91be0..c2002c9b3982c072bb51cac722db54d16c3acecd 100644
--- a/tests/compiler/dart2js/sha1_test.dart
+++ b/tests/compiler/dart2js/sha1_test.dart
@@ -6,6 +6,7 @@
// into the compiler.
library sha1_test;
+
import 'package:compiler/src/hash/sha1.dart';
import "package:unittest/unittest.dart";
@@ -13,7 +14,6 @@ import "package:unittest/unittest.dart";
part 'sha1_long_test_vectors.dart';
part 'sha1_short_test_vectors.dart';
-
void main() {
test('expected values', _testExpectedValues);
test('invalid use', _testInvalidUse);

Powered by Google App Engine
This is Rietveld 408576698