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