test262/test/suite/ch08/8.3/S8.3_A2.2.js

12 lines
278 B
JavaScript
Raw Normal View History

// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: The false is reserved word
2014-07-25 00:41:42 +02:00
es5id: 8.3_A2.2
description: Checking if execution of "false=0" fails
flags: [negative]
---*/
false = 0;