summaryrefslogtreecommitdiff
path: root/std/examples/cat_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/cat_test.ts')
-rw-r--r--std/examples/cat_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/cat_test.ts b/std/examples/cat_test.ts
index e151d5c62..9664ff713 100644
--- a/std/examples/cat_test.ts
+++ b/std/examples/cat_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { assertStrictEquals } from "../testing/asserts.ts";
import { dirname, fromFileUrl } from "../path/mod.ts";