aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2012-03-15 08:54:09 -0700
committerDavid Fugate <dfugate@microsoft.com>2012-03-15 08:54:09 -0700
commit0474c73ea94371afbd1736ee9f04d6f68934a62d (patch)
treecf0eb2c94c4032415acc0c868a533003658aca66
parent4cebb176cf3b2041a155bbf70660041564bee6aa (diff)
Fixed a typo.
-rw-r--r--test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-9gs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-9gs.js b/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-9gs.js
index de14d7318..b41bb2ef4 100644
--- a/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-9gs.js
+++ b/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-9gs.js
@@ -13,7 +13,7 @@
"use strict";
var f = new Function("return gNonStrict();");
-f(); //REPLACE ME
+f();
function gNonStrict() {