aboutsummaryrefslogtreecommitdiffstats
path: root/test/harness/assert-throws-early-syntaxerror.js
blob: 0e047d0f0f81c82518fc99f86cf484410bb007a7 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2017 Mozilla Corporation. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: >
    The assertion pass when the code parses with an early SyntaxError
---*/

assert.throws.early(SyntaxError, 'let let');