diff options
Diffstat (limited to 'test_napi/bigint_test.js')
-rw-r--r-- | test_napi/bigint_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/bigint_test.js b/test_napi/bigint_test.js index 8d05f957d..4a9ada205 100644 --- a/test_napi/bigint_test.js +++ b/test_napi/bigint_test.js @@ -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. import { assertEquals, assertThrows, loadTestLibrary } from "./common.js"; |