Skip to content

Commit 5405ebf

Browse files
jungwngkimMs2ger
authored andcommitted
Fix typo in WeakMap.prototype.getOrInsert testcase
1 parent adb4ec4 commit 5405ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/built-ins/WeakMap/prototype/getOrInsert

test/built-ins/WeakMap/prototype/getOrInsert/name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ info: |
1212
includes: [propertyHelper.js]
1313
features: [upsert]
1414
---*/
15-
verifyProperty(Map.prototype.getOrInsert, "name", {
15+
verifyProperty(WeakMap.prototype.getOrInsert, "name", {
1616
value: "getOrInsert",
1717
writable: false,
1818
enumerable: false,

0 commit comments

Comments
 (0)