| Index: test/debugger/debug/debug-stepin-function-call.js
 | 
| diff --git a/test/mjsunit/debug-stepin-function-call.js b/test/debugger/debug/debug-stepin-function-call.js
 | 
| similarity index 97%
 | 
| rename from test/mjsunit/debug-stepin-function-call.js
 | 
| rename to test/debugger/debug/debug-stepin-function-call.js
 | 
| index 8af7aad19dd7752121c855baa0e1688ebb2f661c..0227ccd947f40fc7654e8d73a62c0d654835d206 100644
 | 
| --- a/test/mjsunit/debug-stepin-function-call.js
 | 
| +++ b/test/debugger/debug/debug-stepin-function-call.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
 | 
|  
 | 
|  var exception = null;
 | 
| 
 |