| Index: test/mjsunit/debug-script.js
|
| diff --git a/test/mjsunit/debug-script.js b/test/mjsunit/debug-script.js
|
| index d7ffb569580638a766cacf6a0848f5afbbba2a7d..082a08f5ac95ec2b9947ef49864b99767379b3ad 100644
|
| --- a/test/mjsunit/debug-script.js
|
| +++ b/test/mjsunit/debug-script.js
|
| @@ -25,9 +25,10 @@
|
| // (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 --expose-gc --noparallel-recompilation
|
| +// Flags: --expose-debug-as debug --expose-gc --noparallel-recompilation
|
| +// Flags: --send-idle-notification
|
| // Get the Debug object exposed from the debug context global object.
|
| -Debug = debug.Debug
|
| +Debug = debug.Debug;
|
|
|
| Date();
|
| RegExp();
|
|
|