summaryrefslogtreecommitdiff
path: root/test/built-ins/encodeURI/S15.1.3.3_A5.1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/encodeURI/S15.1.3.3_A5.1.js')
-rw-r--r--test/built-ins/encodeURI/S15.1.3.3_A5.1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/encodeURI/S15.1.3.3_A5.1.js b/test/built-ins/encodeURI/S15.1.3.3_A5.1.js
index 57fdbecfa..5dad9e2d7 100644
--- a/test/built-ins/encodeURI/S15.1.3.3_A5.1.js
+++ b/test/built-ins/encodeURI/S15.1.3.3_A5.1.js
@@ -16,7 +16,7 @@ if (encodeURI.propertyIsEnumerable('length') !== false) {
//CHECK#2
var result = true;
-for (var p in encodeURI) {
+for (var p in encodeURI){
if (p === "length") {
result = false;
}