diff options
Diffstat (limited to 'cli/tools/test/reporters/common.rs')
-rw-r--r-- | cli/tools/test/reporters/common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/test/reporters/common.rs b/cli/tools/test/reporters/common.rs index aa92c7ecd..3d9cdba46 100644 --- a/cli/tools/test/reporters/common.rs +++ b/cli/tools/test/reporters/common.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. use super::fmt::format_test_error; use super::fmt::to_relative_path_or_remote_url; |