summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/prototype/Symbol.match/g-get-exec-err.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/prototype/Symbol.match/g-get-exec-err.js')
-rw-r--r--test/built-ins/RegExp/prototype/Symbol.match/g-get-exec-err.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/prototype/Symbol.match/g-get-exec-err.js b/test/built-ins/RegExp/prototype/Symbol.match/g-get-exec-err.js
index 999a03a0a..63d840851 100644
--- a/test/built-ins/RegExp/prototype/Symbol.match/g-get-exec-err.js
+++ b/test/built-ins/RegExp/prototype/Symbol.match/g-get-exec-err.js
@@ -23,7 +23,9 @@ info: |
features: [Symbol.match]
---*/
-var r = { global: true };
+var r = {
+ global: true
+};
Object.defineProperty(r, 'exec', {
get: function() {
throw new Test262Error();