diff options
Diffstat (limited to 'test_ffi/tests/ffi_callback_errors.ts')
-rw-r--r-- | test_ffi/tests/ffi_callback_errors.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_ffi/tests/ffi_callback_errors.ts b/test_ffi/tests/ffi_callback_errors.ts index dda4de5fb..dbd60636c 100644 --- a/test_ffi/tests/ffi_callback_errors.ts +++ b/test_ffi/tests/ffi_callback_errors.ts @@ -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. const targetDir = Deno.execPath().replace(/[^\/\\]+$/, ""); const [libPrefix, libSuffix] = { |