mirror of https://github.com/tc39/test262.git
Fix 11.13.1-4-29gs.js incorrect comment explanation
SyntaxError => TypeError for writing to a non-writeable field. Fixes #372
This commit is contained in:
parent
29e247ddd4
commit
7c97bb1e93
|
@ -5,7 +5,7 @@
|
|||
/// copyright and this notice and otherwise comply with the Use Terms.
|
||||
/**
|
||||
* @path ch11/11.13/11.13.1/11.13.1-4-29gs.js
|
||||
* @description Strict Mode - SyntaxError is thrown if the identifier 'Math.PI' appears as the LeftHandSideExpression of simple assignment(=)
|
||||
* @description Strict Mode - TypeError is thrown if the identifier 'Math.PI' appears as the LeftHandSideExpression of simple assignment(=)
|
||||
* @onlyStrict
|
||||
* @negative .
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue