mirror of
https://github.com/tc39/test262.git
synced 2025-06-02 13:10:31 +02:00
Fixed a typo.
This commit is contained in:
parent
4cebb176cf
commit
0474c73ea9
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
var f = new Function("return gNonStrict();");
|
var f = new Function("return gNonStrict();");
|
||||||
f(); //REPLACE ME
|
f();
|
||||||
|
|
||||||
|
|
||||||
function gNonStrict() {
|
function gNonStrict() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user