Correct test description

This commit is contained in:
Mike Pennisi 2015-06-17 11:40:05 -04:00
parent 21d1fc5309
commit 41c8717b3e

View File

@ -7,7 +7,7 @@
/*--- /*---
es5id: 15.3.2.1-11-9-s es5id: 15.3.2.1-11-9-s
description: > 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 the Function constructor that has three identical parameters and
there is no explicit 'use strict' in the function constructor's there is no explicit 'use strict' in the function constructor's
body body