Skip to content

Commit eb092c7

Browse files
committed
drop a test dupe
1 parent 3bdcdb1 commit eb092c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit-pure/es.reflect.set.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ QUnit.test('Reflect.set', assert => {
8787
set(v) { /* empty */ },
8888
});
8989
assert.notThrows(() => !set(getPrototypeOf(o), 'test', 1, o));
90-
assert.notThrows(() => !set(getPrototypeOf(o), 'test', 1, o));
9190

9291
// accessor descriptor with get: undefined, set: undefined on receiver should return false
9392
const accessorReceiver = {};

0 commit comments

Comments
 (0)