summaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/fast/js/parser-syntax-check.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/webkit/fast/js/parser-syntax-check.js')
-rw-r--r--deps/v8/test/webkit/fast/js/parser-syntax-check.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/webkit/fast/js/parser-syntax-check.js b/deps/v8/test/webkit/fast/js/parser-syntax-check.js
index a3fef13474..c00374506d 100644
--- a/deps/v8/test/webkit/fast/js/parser-syntax-check.js
+++ b/deps/v8/test/webkit/fast/js/parser-syntax-check.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 the following expressions or statements are valid ECMASCRIPT code or should throw parse error"
);