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

Unified Diff: tests/debugger/break_line_pattern_test.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/break_line_pattern_expected.txt ('k') | tests/debugger/constructor_expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/break_line_pattern_test.dart
diff --git a/tests/debugger/break_line_pattern_test.dart b/tests/debugger/break_line_pattern_test.dart
index 848196321a2db82dc4323f96d75fda073005bd6a..7d9f342f6b3afe9bded710de68295c1dc7f61148 100644
--- a/tests/debugger/break_line_pattern_test.dart
+++ b/tests/debugger/break_line_pattern_test.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-// DartinoDebuggerCommands=bf tests/debugger/break_line_pattern_test.dart 10 x,r,bt,c
+// DartinoDebuggerCommands=bf tests/debugger/break_line_pattern_test.dart 10 x,r,bt,c,q
main () {
var x = 10;
« no previous file with comments | « tests/debugger/break_line_pattern_expected.txt ('k') | tests/debugger/constructor_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698