Correct test description

This commit is contained in:
Mike Pennisi 2015-06-17 11:40:05 -04:00
parent 21d1fc5309
commit 41c8717b3e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
/*---
es5id: 15.3.2.1-11-9-s
description: >
Strict Mode - SyntaxError is thrown if a function is created using
Strict Mode - No SyntaxError is thrown if a function is created using
the Function constructor that has three identical parameters and
there is no explicit 'use strict' in the function constructor's
body