mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue