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

Unified Diff: tests/lib/convert/encoding_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/lib/convert/encoding_test.dart
diff --git a/tests/lib/convert/encoding_test.dart b/tests/lib/convert/encoding_test.dart
index 4c78a85559a4de33237659bc1690e0e53c1dd34b..9704d4a7764b73f0d8a3ff06478afdbf87a8ec75 100644
--- a/tests/lib/convert/encoding_test.dart
+++ b/tests/lib/convert/encoding_test.dart
@@ -29,7 +29,6 @@ void runTest(List<int> bytes, expected) {
controller.close();
}
-
main() {
for (var test in UNICODE_TESTS) {
var bytes = test[0];

Powered by Google App Engine
This is Rietveld 408576698