aboutsummaryrefslogtreecommitdiffstats
path: root/test/built-ins/WeakMap/name.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/WeakMap/name.js')
-rw-r--r--test/built-ins/WeakMap/name.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/WeakMap/name.js b/test/built-ins/WeakMap/name.js
index 7aafce494..baa4d1014 100644
--- a/test/built-ins/WeakMap/name.js
+++ b/test/built-ins/WeakMap/name.js
@@ -12,8 +12,8 @@ includes: [propertyHelper.js]
---*/
assert.sameValue(
- WeakMap.name, 'WeakMap',
- 'The value of `WeakMap.name` is "WeakMap"'
+ WeakMap.name, 'WeakMap',
+ 'The value of `WeakMap.name` is "WeakMap"'
);
verifyNotEnumerable(WeakMap, 'name');