diff options
Diffstat (limited to 'test_napi/typedarray_test.js')
-rw-r--r-- | test_napi/typedarray_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/typedarray_test.js b/test_napi/typedarray_test.js index a3c7322f7..3cd084dc8 100644 --- a/test_napi/typedarray_test.js +++ b/test_napi/typedarray_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. import { assertEquals, loadTestLibrary } from "./common.js"; |