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

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

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. 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_stack_overflow_error_test.dart
diff --git a/runtime/observatory/tests/service/get_isolate_after_stack_overflow_error_test.dart b/runtime/observatory/tests/service/get_isolate_after_stack_overflow_error_test.dart
index 0223218d210765602f7245cef3f60584ca5a2694..6588ee0d022bf2909e7c712c7ba28ede7052b35f 100644
--- a/runtime/observatory/tests/service/get_isolate_after_stack_overflow_error_test.dart
+++ b/runtime/observatory/tests/service/get_isolate_after_stack_overflow_error_test.dart
@@ -19,7 +19,6 @@ void nonTailableRecursion() {
var tests = [
hasStoppedAtExit,
-
(Isolate isolate) async {
await isolate.reload();
expect(isolate.error, isNotNull);
@@ -27,7 +26,5 @@ var tests = [
}
];
-main(args) async => runIsolateTests(args,
- tests,
- pause_on_exit: true,
- testeeConcurrent: nonTailableRecursion);
+main(args) async => runIsolateTests(args, tests,
+ pause_on_exit: true, testeeConcurrent: nonTailableRecursion);

Powered by Google App Engine
This is Rietveld 408576698