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:
Thomas Wood 2015-07-15 20:31:49 +01:00
parent f25d690a68
commit b10f06ada3
1 changed files with 1 additions and 1 deletions

View File

@ -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]