• mike's avatar
    Remove invalid assertion · 30ea6268
    mike authored
    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
    
    Review URL: https://codereview.chromium.org/1046963002
    
    Cr-Commit-Position: refs/heads/master@{#27567}
    30ea6268
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...