summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/types/boolean/S8.3_A2.1.js
blob: 6ad95b98c1c73e6e94e61d39ea23f67749b15902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// |reftest| error:SyntaxError
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
info: The true is reserved word
es5id: 8.3_A2.1
description: Checking if execution of "true=1" fails
negative:
  phase: parse
  type: SyntaxError
---*/

$DONOTEVALUATE();

true = 1;