DescriptionRemove invalid assertion
The removed assertion consistently passes not because the invoked
`close` method internally throws a `TypeError` but because the `close`
method does not exist. The ES6 specification does not define a `close`
method on the GeneratorPrototype, so this test is a tautology.
BUG=None
LOG=N
R=arv
Committed: https://crrev.com/30ea62688657f4d8c69b54b0fbe393815373e341
Cr-Commit-Position: refs/heads/master@{#27567}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|