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

Unified Diff: tests/isolate/message2_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/isolate/message2_test.dart
diff --git a/tests/isolate/message2_test.dart b/tests/isolate/message2_test.dart
index 3b84e59f615804f28af1c179b390fd6e2b87b0cd..6bf10be7edd9f6bd7cf7c9bbb952a737d063b727 100644
--- a/tests/isolate/message2_test.dart
+++ b/tests/isolate/message2_test.dart
@@ -6,6 +6,7 @@
// VMOptions=--enable_type_checks --enable_asserts
library Message2Test;
+
import 'dart:isolate';
import 'package:unittest/unittest.dart';
import "remote_unittest_helper.dart";
@@ -26,6 +27,7 @@ class MessageTest {
expect(actual[key], value);
}
}
+
expected.forEach(testForEachMap);
}

Powered by Google App Engine
This is Rietveld 408576698