| Index: test/debugger/debug/function-source.js
|
| diff --git a/test/mjsunit/function-source.js b/test/debugger/debug/function-source.js
|
| similarity index 95%
|
| rename from test/mjsunit/function-source.js
|
| rename to test/debugger/debug/function-source.js
|
| index 8f2fc2265c364ed4d779057a96acc62518e306a2..c5ebcfe5a00f5061f7f74205a549cc2763bf69ec 100644
|
| --- a/test/mjsunit/function-source.js
|
| +++ b/test/debugger/debug/function-source.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
|
|
|
| // Check that the script source for all functions in a script is the same.
|
|
|