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 2e09acc5d5073a9917f10376beb66dcb1f886db9..2a3c2508b87eb9164c21ad56ccf78fae5b20dac3 100644 |
--- a/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart |
+++ b/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart |
@@ -15,7 +15,6 @@ doThrow() { |
var tests = [ |
hasStoppedWithUnhandledException, |
- |
(Isolate isolate) async { |
print("We stoppped!"); |
var stack = await isolate.getStack(); |
@@ -23,7 +22,5 @@ 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); |