| Index: test/mjsunit/regress/regress-1639-2.js
|
| diff --git a/test/mjsunit/regress/regress-1639-2.js b/test/mjsunit/regress/regress-1639-2.js
|
| index c439dd8fffb4f270fcb81e6d89eda77bff4d9a56..e89a126fcae1bc4f888c26427b382075adb9f79c 100644
|
| --- a/test/mjsunit/regress/regress-1639-2.js
|
| +++ b/test/mjsunit/regress/regress-1639-2.js
|
| @@ -27,7 +27,7 @@
|
|
|
| // Flags: --expose-debug-as debug
|
| // Get the Debug object exposed from the debug context global object.
|
| -Debug = debug.Debug
|
| +Debug = debug.Debug;
|
|
|
| function sendCommand(state, cmd) {
|
| // Get the debug command processor in paused state.
|
|
|