diff options
Diffstat (limited to 'core/error_builder_test.js')
-rw-r--r-- | core/error_builder_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/error_builder_test.js b/core/error_builder_test.js index 7f8965127..f442819cb 100644 --- a/core/error_builder_test.js +++ b/core/error_builder_test.js @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. const { core } = Deno; const { ops } = core; |