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

Unified Diff: runtime/observatory/tests/service/get_isolate_after_sync_error_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_isolate_after_sync_error_test.dart
diff --git a/runtime/observatory/tests/service/get_isolate_after_sync_error_test.dart b/runtime/observatory/tests/service/get_isolate_after_sync_error_test.dart
index 73da50bbf11bec04fab43616e70a75717155678e..bf2684aac4ac0d6f1c91f218ed69de0490a30c2a 100644
--- a/runtime/observatory/tests/service/get_isolate_after_sync_error_test.dart
+++ b/runtime/observatory/tests/service/get_isolate_after_sync_error_test.dart
@@ -14,6 +14,7 @@ doThrow() {
var tests = [
hasStoppedAtExit,
+
(Isolate isolate) async {
await isolate.reload();
expect(isolate.error, isNotNull);
@@ -21,5 +22,7 @@ var tests = [
}
];
-main(args) => runIsolateTestsSynchronous(args, tests,
- pause_on_exit: true, testeeConcurrent: doThrow);
+main(args) => runIsolateTestsSynchronous(args,
+ tests,
+ pause_on_exit: true,
+ testeeConcurrent: doThrow);

Powered by Google App Engine
This is Rietveld 408576698