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

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

Issue 2694013003: Add tests of line numbers to causal async stack tests (Closed)
Patch Set: Created 3 years, 10 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/test_helper.dart
diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart
index ca1e5afa8752593ba71a39565b08f838fc038e33..5078203e7bf32619c5a9e863bc6a93d9fcd86b61 100644
--- a/runtime/observatory/tests/service/test_helper.dart
+++ b/runtime/observatory/tests/service/test_helper.dart
@@ -330,7 +330,6 @@ class _ServiceTesterRunner {
await process.requestExit();
});
}, onError: (error, stackTrace) async {
- print('onERROR FIRED!');
if (testsDone) {
print('Ignoring late exception during process exit:\n'
'$error\n#stackTrace');

Powered by Google App Engine
This is Rietveld 408576698