| Index: test/debugger/debug/debug-step-stub-callfunction.js
|
| diff --git a/test/mjsunit/debug-step-stub-callfunction.js b/test/debugger/debug/debug-step-stub-callfunction.js
|
| similarity index 96%
|
| rename from test/mjsunit/debug-step-stub-callfunction.js
|
| rename to test/debugger/debug/debug-step-stub-callfunction.js
|
| index 50d095b5329e74ae6e5683aa316796a94c29453d..8c74d4ca6069edb7a3d8e0f8c0fc2e004370f819 100644
|
| --- a/test/mjsunit/debug-step-stub-callfunction.js
|
| +++ b/test/debugger/debug/debug-step-stub-callfunction.js
|
| @@ -25,8 +25,6 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --expose-debug-as debug
|
| -// Get the Debug object exposed from the debug context global object.
|
| Debug = debug.Debug
|
|
|
| // Simple debug event handler which counts the number of breaks hit and steps.
|
|
|