summaryrefslogtreecommitdiff
path: root/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-66gs.js
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2012-03-09 11:54:51 -0800
committerDavid Fugate <dfugate@microsoft.com>2012-03-09 11:54:51 -0800
commit4ae147241a00b6ebea91f9cdc4bfb2441fbbf7d0 (patch)
tree7470589860d123f3dc3e0ed59e104a390789aaea /test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-66gs.js
parent448262e29ecc18fac6903099beef08bf548edcab (diff)
downloadqtdeclarative-testsuites-4ae147241a00b6ebea91f9cdc4bfb2441fbbf7d0.tar.gz
https://bugs.ecmascript.org/show_bug.cgi?id=294 partially fixed. Still
need to move some tests over to best practices.
Diffstat (limited to 'test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-66gs.js')
-rw-r--r--test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-66gs.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-66gs.js b/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-66gs.js
index 8a8cd66fd..b6a287d97 100644
--- a/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-66gs.js
+++ b/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-66gs.js
@@ -16,6 +16,6 @@ f.call(null);
function gNonStrict() {
- return gNonStrict.caller;
+ return gNonStrict.caller || gNonStrict.caller.throwTypeError;
}