summaryrefslogtreecommitdiff
path: root/tools/lint/test/fixtures/negative_early_throw_missing.js
blob: 44a9a22dd464c3b20dd7dd18b706371e3e506110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
NEGATIVE
^ expected errors | v input
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-assignment-operators-static-semantics-early-errors
description: Minimal test
negative:
  type: SyntaxError
  phase: early
---*/

!!!