diff options
Diffstat (limited to 'cli/tests/top_level_for_await.ts')
-rw-r--r-- | cli/tests/top_level_for_await.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/top_level_for_await.ts b/cli/tests/top_level_for_await.ts index 92d8af30a..9179322d7 100644 --- a/cli/tests/top_level_for_await.ts +++ b/cli/tests/top_level_for_await.ts @@ -1,4 +1,3 @@ -// eslint-disable-next-line require-await async function* asyncGenerator(): AsyncIterableIterator<number> { let i = 0; while (i < 3) { |