Leo Balter d1261bb49d Update files for the curation process
Remove more stress tests with existing coverage or out of context for test262
2018-09-11 18:20:20 -04:00

6 lines
99 B
JavaScript

// Reviewed
//@ runDefault("--exception=SyntaxError")
async function f() {
await async()=>{}
}