diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-01-20 16:10:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 16:10:16 +0900 |
commit | 4c1053ad33cad119569acca7d63f5544e025a880 (patch) | |
tree | b5a45e8ab0e92b84a1e1ac3b2c9cce958741e84c /cli/tests/unit/format_error_test.ts | |
parent | ee51c3ddd90f6f4e852a65895519768c8a815116 (diff) |
chore: update copyright year (#13434)
Diffstat (limited to 'cli/tests/unit/format_error_test.ts')
-rw-r--r-- | cli/tests/unit/format_error_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/format_error_test.ts b/cli/tests/unit/format_error_test.ts index 1a956e25c..5c9520535 100644 --- a/cli/tests/unit/format_error_test.ts +++ b/cli/tests/unit/format_error_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { assert } from "./test_util.ts"; Deno.test(function formatDiagnosticBasic() { |