| Index: tests/standalone/debugger/basic_debugger_test.dart
|
| ===================================================================
|
| --- tests/standalone/debugger/basic_debugger_test.dart (revision 16335)
|
| +++ tests/standalone/debugger/basic_debugger_test.dart (working copy)
|
| @@ -34,7 +34,7 @@
|
| MatchFrame(0, "main"), // Top frame in trace is function "main".
|
| Step(),
|
| Breakpoint(function: "main"),
|
| - SetBreakpoint(8), // Set breakpoint a line 15, in function bar.
|
| + SetBreakpoint(15), // Set breakpoint a line 15, in function bar.
|
| Resume(),
|
| Breakpoint(function: "bar"),
|
| MatchFrames(["bar", "foo", "main"]),
|
|
|