| Index: test/mjsunit/compiler/alloc-object-huge.js
|
| diff --git a/test/mjsunit/compiler/alloc-object-huge.js b/test/mjsunit/compiler/alloc-object-huge.js
|
| index 0b202f7580b2fd6e5dfa3e8dedc2ee7f179d5cfb..b0a981d6c21103d52a470c5c6a1096dab57412de 100644
|
| --- a/test/mjsunit/compiler/alloc-object-huge.js
|
| +++ b/test/mjsunit/compiler/alloc-object-huge.js
|
| @@ -25,7 +25,9 @@
|
| // (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: --allow-natives-syntax --inline-construct --max-inlined-source-size=999999 --max-inlined-nodes=999999 --max-inlined-nodes-cumulative=999999
|
| +// Flags: --allow-natives-syntax --inline-construct
|
| +// Flags: --max-inlined-source-size=999999 --max-inlined-nodes=999999
|
| +// Flags: --max-inlined-nodes-cumulative=999999
|
|
|
| // Test that huge constructors (more than 256 this assignments) are
|
| // handled correctly.
|
|
|