summaryrefslogtreecommitdiff
path: root/test/suite/ch13/13.2/S13.2_A4_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch13/13.2/S13.2_A4_T1.js')
-rw-r--r--test/suite/ch13/13.2/S13.2_A4_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch13/13.2/S13.2_A4_T1.js b/test/suite/ch13/13.2/S13.2_A4_T1.js
index 9656e4d1a..ef47b61a0 100644
--- a/test/suite/ch13/13.2/S13.2_A4_T1.js
+++ b/test/suite/ch13/13.2/S13.2_A4_T1.js
@@ -33,7 +33,7 @@ if (__func.prototype.constructor !== __func) {
var __constructor_was__enumed;
for (__prop in __func.prototype){
- if (__prop = 'constructor')
+ if (__prop === 'constructor')
__constructor_was__enumed = true;
}