| Index: test/webkit/function-declaration-statement.js
|
| diff --git a/test/webkit/function-declaration-statement.js b/test/webkit/function-declaration-statement.js
|
| index e2ee343b62b9755d1d0f28c6193932f5323d3f1b..34e3fdd14f28b4bf6ddc1223f1835d107a91c12d 100644
|
| --- a/test/webkit/function-declaration-statement.js
|
| +++ b/test/webkit/function-declaration-statement.js
|
| @@ -21,6 +21,8 @@
|
| // (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: --no-harmony-restrictive-declarations
|
| +
|
| description(
|
| "This test checks that function declarations are treated as statements."
|
| );
|
|
|