summaryrefslogtreecommitdiff
path: root/test/built-ins/Object/S15.2.2.1_A1_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Object/S15.2.2.1_A1_T3.js')
-rw-r--r--test/built-ins/Object/S15.2.2.1_A1_T3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Object/S15.2.2.1_A1_T3.js b/test/built-ins/Object/S15.2.2.1_A1_T3.js
index 754853b21..f6845dd28 100644
--- a/test/built-ins/Object/S15.2.2.1_A1_T3.js
+++ b/test/built-ins/Object/S15.2.2.1_A1_T3.js
@@ -32,7 +32,7 @@ if (!(Object.prototype.isPrototypeOf(obj))) {
}
// CHECK#3
-var to_string_result = '[object ' + 'Object' + ']';
+var to_string_result = '[object '+ 'Object' +']';
if (obj.toString() !== to_string_result) {
$ERROR('#3: when new Object(null) calls the [[Class]] property of the newly constructed object is set to "Object".');
}