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
f25d690a68
commit
b10f06ada3
|
@ -7,7 +7,7 @@
|
|||
/*---
|
||||
es5id: 11.13.1-4-29gs
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier 'Math.PI'
|
||||
Strict Mode - TypeError is thrown if the identifier 'Math.PI'
|
||||
appears as the LeftHandSideExpression of simple assignment(=)
|
||||
negative: .
|
||||
flags: [onlyStrict]
|
||||
|
|
Loading…
Reference in New Issue