summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/prototype/global/15.10.7.2-2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/prototype/global/15.10.7.2-2.js')
-rw-r--r--test/built-ins/RegExp/prototype/global/15.10.7.2-2.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/RegExp/prototype/global/15.10.7.2-2.js b/test/built-ins/RegExp/prototype/global/15.10.7.2-2.js
index bc00e211f..a4f42010a 100644
--- a/test/built-ins/RegExp/prototype/global/15.10.7.2-2.js
+++ b/test/built-ins/RegExp/prototype/global/15.10.7.2-2.js
@@ -8,8 +8,8 @@ description: >
function is undefined
---*/
- var desc = Object.getOwnPropertyDescriptor(RegExp.prototype, 'global');
-
+var desc = Object.getOwnPropertyDescriptor(RegExp.prototype, 'global');
+
assert.sameValue(typeof desc.get, 'function', 'typeof desc.get');
assert.sameValue(desc.set, undefined, 'desc.set');