diff options
Diffstat (limited to 'test_napi/src/typedarray.rs')
-rw-r--r-- | test_napi/src/typedarray.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/src/typedarray.rs b/test_napi/src/typedarray.rs index 3850fb571..b512bd32f 100644 --- a/test_napi/src/typedarray.rs +++ b/test_napi/src/typedarray.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use crate::assert_napi_ok; use crate::napi_get_callback_info; |