diff options
Diffstat (limited to 'cli/tests/testdata/worker_drop_handle_race.js')
-rw-r--r-- | cli/tests/testdata/worker_drop_handle_race.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/worker_drop_handle_race.js b/cli/tests/testdata/worker_drop_handle_race.js index d637ac8c2..0285b55d2 100644 --- a/cli/tests/testdata/worker_drop_handle_race.js +++ b/cli/tests/testdata/worker_drop_handle_race.js @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. // https://github.com/denoland/deno/issues/11342 // Test for a panic that happens when the main thread's event loop finishes |