diff options
Diffstat (limited to 'test_napi/src/properties.rs')
-rw-r--r-- | test_napi/src/properties.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/src/properties.rs b/test_napi/src/properties.rs index b245fd61d..dafa9ef96 100644 --- a/test_napi/src/properties.rs +++ b/test_napi/src/properties.rs @@ -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. use napi_sys::PropertyAttributes::*; use napi_sys::Status::napi_ok; |