summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/prototype/15.10.6.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/prototype/15.10.6.js')
-rw-r--r--test/built-ins/RegExp/prototype/15.10.6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/prototype/15.10.6.js b/test/built-ins/RegExp/prototype/15.10.6.js
index 05c035447..a1d12241f 100644
--- a/test/built-ins/RegExp/prototype/15.10.6.js
+++ b/test/built-ins/RegExp/prototype/15.10.6.js
@@ -6,6 +6,6 @@ es5id: 15.10.6
description: RegExp.prototype is itself a not RegExp
---*/
-var s = Object.prototype.toString.call(RegExp.prototype);
+ var s = Object.prototype.toString.call(RegExp.prototype);
assert.sameValue(s, '[object Object]', 's');