Hg: Enter commit message.  Lines beginning with 'HG:' are removed.
This commit is contained in:
Mark Miller 2011-09-25 11:33:41 -07:00
parent 45f7cee019
commit 96682a8372
8 changed files with 7 additions and 1 deletions

View File

@ -87,7 +87,6 @@
<test id="S15.9.3.1_A5_T6">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
-->
<test id="S7.5.3_A1.15">https://bugs.ecmascript.org/show_bug.cgi?id=12</test>
<test id="S9.9_A1">https://bugs.ecmascript.org/show_bug.cgi?id=13</test>
<test id="S9.9_A2">https://bugs.ecmascript.org/show_bug.cgi?id=13</test>
<test id="S11.1.5_A4.1">https://bugs.ecmascript.org/show_bug.cgi?id=14</test>

View File

@ -9,5 +9,6 @@
* @negative
* @strict_only
*/
"use strict";
var implements = 1;

View File

@ -8,6 +8,7 @@
* @description: Checking if execution of "interface = 1" fails in
* strict code;
* @negative
* @onlyStrict
*/
"use strict";

View File

@ -7,6 +7,7 @@
* @assertion: The "package" token can not be used as identifier in strict code;
* @description: Checking if execution of "package=1" fails in strict code;
* @negative
* @onlyStrict
*/
"use strict";

View File

@ -7,6 +7,7 @@
* @assertion: The "private" token can not be used as identifier in strict code;
* @description: Checking if execution of "private=1" fails in strict code;
* @negative
* @onlyStrict
*/
"use strict";

View File

@ -8,6 +8,7 @@
* @description: Checking if execution of "protected=1" fails in
* strict code;
* @negative
* @onlyStrict
*/
"use strict";

View File

@ -7,6 +7,7 @@
* @assertion: The "public" token can not be used as identifier in strict code;
* @description: Checking if execution of "public=1" fails in strict code;
* @negative
* @onlyStrict
*/
"use strict";

View File

@ -7,6 +7,7 @@
* @assertion: The "static" token can not be used as identifier in strict code;
* @description: Checking if execution of "static=1" fails in strict code;
* @negative
* @onlyStrict
*/
"use strict";