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

Unified Diff: tests/debugger/unused_optional_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/unused_optional_expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/unused_optional_test.dart
diff --git a/tests/debugger/unused_optional_test.dart b/tests/debugger/unused_optional_test.dart
index c61b2cdc3f0838729b29c58d9a5aa91503326476..ad42fc0af26e05ea3ac8de8160b7e18ab6b6b7ab 100644
--- a/tests/debugger/unused_optional_test.dart
+++ b/tests/debugger/unused_optional_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=b main,r,s,s,l,c
+// DartinoDebuggerCommands=b main,r,s,s,l,c,q
import 'package:expect/expect.dart';
« no previous file with comments | « tests/debugger/unused_optional_expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698