summaryrefslogtreecommitdiff
path: root/test/suite/ch15/15.1/15.1.1/15.1.1.3/15.1.1.3-1.js
diff options
context:
space:
mode:
authorBill Ticehurst <billti@microsoft.com>2012-05-18 08:57:21 -0700
committerBill Ticehurst <billti@microsoft.com>2012-05-18 08:57:21 -0700
commit6d8abc5b7c4e98daa6cac91b949d22dd332a2e24 (patch)
tree041529022bc292dcce3c01fe21dfa4237e5d367e /test/suite/ch15/15.1/15.1.1/15.1.1.3/15.1.1.3-1.js
parent41907a8ab0e1f9f26a1c240dfad36fe893c93864 (diff)
downloadtest262-6d8abc5b7c4e98daa6cac91b949d22dd332a2e24.tar.gz
Plugged a global thisarg hole with a new test and fixed an operator
Diffstat (limited to 'test/suite/ch15/15.1/15.1.1/15.1.1.3/15.1.1.3-1.js')
-rw-r--r--test/suite/ch15/15.1/15.1.1/15.1.1.3/15.1.1.3-1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch15/15.1/15.1.1/15.1.1.3/15.1.1.3-1.js b/test/suite/ch15/15.1/15.1.1/15.1.1.3/15.1.1.3-1.js
index 156307567..b331589f0 100644
--- a/test/suite/ch15/15.1/15.1.1/15.1.1.3/15.1.1.3-1.js
+++ b/test/suite/ch15/15.1/15.1.1/15.1.1.3/15.1.1.3-1.js
@@ -10,7 +10,7 @@
*/
function testcase(){
- undefined === 5;
+ undefined = 5;
if(typeof undefined !== "undefined") return false;
var nosuchproperty;