mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Remove a wee bit o’ trailing whitespace
This commit is contained in:
parent
208344319e
commit
5ad8dc4219
@ -28,4 +28,4 @@ s.add(foo);
|
||||
var result = s.delete(foo);
|
||||
|
||||
assert.sameValue(s.has(foo), false);
|
||||
assert.sameValue(result, true, 'WeakSet#delete returns true');
|
||||
assert.sameValue(result, true, 'WeakSet#delete returns true');
|
||||
|
@ -13,5 +13,3 @@ var sym = Symbol();
|
||||
assert.throws(TypeError, function() {
|
||||
weakset.add(sym);
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user