diff options
Diffstat (limited to 'cli/tests/integration/shared_library_tests.rs')
-rw-r--r-- | cli/tests/integration/shared_library_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/shared_library_tests.rs b/cli/tests/integration/shared_library_tests.rs index 3e05f8efc..4d33e6584 100644 --- a/cli/tests/integration/shared_library_tests.rs +++ b/cli/tests/integration/shared_library_tests.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. #[cfg(all(target_os = "linux", target_arch = "x86_64"))] #[test] |