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

Unified Diff: runtime/observatory/tests/service/get_ports_rpc_test.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (Closed)
Patch Set: Created 3 years, 9 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: runtime/observatory/tests/service/get_ports_rpc_test.dart
diff --git a/runtime/observatory/tests/service/get_ports_rpc_test.dart b/runtime/observatory/tests/service/get_ports_rpc_test.dart
index 0feac563d8fc7a44852f1f1ee21f9a9a083fbd85..44a04d215ef2dfd12ffd176a7a9d2f0255787ac0 100644
--- a/runtime/observatory/tests/service/get_ports_rpc_test.dart
+++ b/runtime/observatory/tests/service/get_ports_rpc_test.dart
@@ -16,7 +16,8 @@ var port2;
void warmup() {
port1 = new RawReceivePort(null);
- port2 = new RawReceivePort((_) {});
+ port2 = new RawReceivePort((_) {
+ });
}
int countHandlerMatches(ports, matcher) {
@@ -51,4 +52,4 @@ var tests = [
},
];
-main(args) async => runIsolateTests(args, tests, testeeBefore: warmup);
+main(args) async => runIsolateTests(args, tests, testeeBefore:warmup);

Powered by Google App Engine
This is Rietveld 408576698