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

Unified Diff: runtime/observatory/tests/service/pause_on_unhandled_exceptions_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/pause_on_unhandled_exceptions_test.dart
diff --git a/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart b/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
index 2a3c2508b87eb9164c21ad56ccf78fae5b20dac3..2e09acc5d5073a9917f10376beb66dcb1f886db9 100644
--- a/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
+++ b/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
@@ -15,6 +15,7 @@ doThrow() {
var tests = [
hasStoppedWithUnhandledException,
+
(Isolate isolate) async {
print("We stoppped!");
var stack = await isolate.getStack();
@@ -22,5 +23,7 @@ var tests = [
}
];
-main(args) => runIsolateTestsSynchronous(args, tests,
- pause_on_unhandled_exceptions: true, testeeConcurrent: doThrow);
+main(args) => runIsolateTestsSynchronous(args,
+ tests,
+ pause_on_unhandled_exceptions: true,
+ testeeConcurrent: doThrow);

Powered by Google App Engine
This is Rietveld 408576698