| Index: tests/debugger/step_over_test.dart
|
| diff --git a/tests/debugger/step_over_test.dart b/tests/debugger/step_over_test.dart
|
| index 37dbd0f536cd7337efe4330050a068dc632f3e60..75d3cf4e538f972d30054b3408fe950342b3a7e7 100644
|
| --- a/tests/debugger/step_over_test.dart
|
| +++ b/tests/debugger/step_over_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.
|
|
|
| -// FletchDebuggerCommands=b,r,n,n,n,s,n,s,n,b y,s,n,finish,q
|
| +// DartinoDebuggerCommands=b,r,n,n,n,s,n,s,n,b y,s,n,finish,q
|
|
|
| class A {
|
| final int _x, _y;
|
|
|