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:
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;