Bug 1892041 - Part 2: Update test262. r=spidermonkey-reviewers,dminor
[gecko.git] / js / src / tests / test262 / language / module-code / early-strict-mode.js
bloba76e8555b6f0e4d68ecdb59064b66402d00fe69c
1 // |reftest| error:SyntaxError module
2 // Copyright (C) 2016 the V8 project authors. All rights reserved.
3 // This code is governed by the BSD license found in the LICENSE file.
4 /*---
5 description: Module code is always strict mode code.
6 es6id: 10.2.1
7 esid: sec-strict-mode-code
8 flags: [module]
9 negative:
10   phase: parse
11   type: SyntaxError
12 ---*/
14 $DONOTEVALUATE();
16 var public;