Chromium Code Reviews| Index: test/mjsunit/debug-script.js |
| diff --git a/test/mjsunit/debug-script.js b/test/mjsunit/debug-script.js |
| index 44102c29a2e2763980512ed88b594d068d3847d0..2d4b350b2070a7832d3ae18016b5f005e4ad67b0 100644 |
| --- a/test/mjsunit/debug-script.js |
| +++ b/test/mjsunit/debug-script.js |
| @@ -26,7 +26,7 @@ |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| // Flags: --expose-debug-as debug --expose-gc --send-idle-notification |
| -// Flags: --allow-natives-syntax |
| +// Flags: --allow-natives-syntax --noharmony-shipping |
|
rossberg
2014/11/28 12:28:36
Why is this needed?
Dmitry Lomov (no reviews)
2014/11/28 13:34:41
This test asserts, in line 63, that the number of
|
| // Get the Debug object exposed from the debug context global object. |
| Debug = debug.Debug; |