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

Unified Diff: tests/standalone/debugger/break_at_equals_test.dart

Issue 1237203002: Insert debug step check at the beginning of a function. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
« runtime/vm/flow_graph_builder.cc ('K') | « runtime/vm/flow_graph_builder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/debugger/break_at_equals_test.dart
diff --git a/tests/standalone/debugger/break_at_equals_test.dart b/tests/standalone/debugger/break_at_equals_test.dart
index ab0cce3114f58b7ff867cb76c3075b937bace81e..5000e6d374d5ed07c84828841e611eb6f86ad2ed 100644
--- a/tests/standalone/debugger/break_at_equals_test.dart
+++ b/tests/standalone/debugger/break_at_equals_test.dart
@@ -33,7 +33,7 @@ main(List<String> arguments) {
var testScript = [
MatchFrames(["main"]),
- MatchLine(15),
+ MatchLine(14),
SetBreakpoint(18),
SetBreakpoint(21),
SetBreakpoint(10),
« runtime/vm/flow_graph_builder.cc ('K') | « runtime/vm/flow_graph_builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698