summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/prototype/Symbol.replace/arg-1-coerce-err.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/prototype/Symbol.replace/arg-1-coerce-err.js')
-rw-r--r--test/built-ins/RegExp/prototype/Symbol.replace/arg-1-coerce-err.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/prototype/Symbol.replace/arg-1-coerce-err.js b/test/built-ins/RegExp/prototype/Symbol.replace/arg-1-coerce-err.js
index b12647ba1..c0809c650 100644
--- a/test/built-ins/RegExp/prototype/Symbol.replace/arg-1-coerce-err.js
+++ b/test/built-ins/RegExp/prototype/Symbol.replace/arg-1-coerce-err.js
@@ -20,5 +20,5 @@ var arg = {
};
assert.throws(Test262Error, function() {
- /./[Symbol.replace](arg);
+ /./ [Symbol.replace](arg);
});