| Index: test/message/unterminated-arg-list.js
|
| diff --git a/test/mjsunit/compiler/regress-416359.js b/test/message/unterminated-arg-list.js
|
| similarity index 70%
|
| copy from test/mjsunit/compiler/regress-416359.js
|
| copy to test/message/unterminated-arg-list.js
|
| index 18cdc5e72800ab16c49ea2f2091b88ba1c873248..b0fd1dd893332f304356e918af4f1b8af2268c7a 100644
|
| --- a/test/mjsunit/compiler/regress-416359.js
|
| +++ b/test/message/unterminated-arg-list.js
|
| @@ -2,9 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -"use strict"
|
| -function f() {
|
| - for (x in {a:0});
|
| +$(document).ready(function() {
|
| +$("html").load( "https://localhost" );
|
| }
|
| -
|
| -assertThrows(f);
|
|
|