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

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

Issue 2785243003: Implement support for single stepping out of an async function. (Closed)
Patch Set: fschneider review 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
« no previous file with comments | « no previous file | runtime/observatory/tests/service/async_single_step_exception_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/async_next_test.dart
diff --git a/runtime/observatory/tests/service/async_next_test.dart b/runtime/observatory/tests/service/async_next_test.dart
index 4f9ea5e003cf8b5d933a1b526fb9fbc4346bcbdb..d656f7792c67492ac1759b7eb522e14daf3103e7 100644
--- a/runtime/observatory/tests/service/async_next_test.dart
+++ b/runtime/observatory/tests/service/async_next_test.dart
@@ -29,11 +29,6 @@ testMain() {
doAsync(true);
}
-asyncNext(Isolate isolate) async {
- print('asyncNext');
- return asyncStepOver(isolate);
-}
-
var tests = [
hasStoppedAtBreakpoint,
stoppedAtLine(LINE_A),
« no previous file with comments | « no previous file | runtime/observatory/tests/service/async_single_step_exception_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698