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

Unified Diff: tests/debugger/debugger_tests.dart

Issue 2029723004: Don't quit debugger when the program terminates, only after `quit`. Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 7 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 | « tests/debugger/constructor_expected.txt ('k') | tests/debugger/empty_column_expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/debugger_tests.dart
diff --git a/tests/debugger/debugger_tests.dart b/tests/debugger/debugger_tests.dart
index 37b50829df842f8a8ae5135c7baf63b950835952..c587325a7735a0472a6491d44c011ad740643136 100644
--- a/tests/debugger/debugger_tests.dart
+++ b/tests/debugger/debugger_tests.dart
@@ -111,6 +111,7 @@ Future runTest(String name, Uri uri,
while (!context.terminated) {
yield 's';
}
+ yield 'q';
};
int result = await new CommandLineDebugger(
« no previous file with comments | « tests/debugger/constructor_expected.txt ('k') | tests/debugger/empty_column_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698