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