summaryrefslogtreecommitdiff
path: root/std/io/util_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/io/util_test.ts')
-rw-r--r--std/io/util_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io/util_test.ts b/std/io/util_test.ts
index 4f97bf5ef..472b0dfb9 100644
--- a/std/io/util_test.ts
+++ b/std/io/util_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
const { remove } = Deno;
import { test } from "../testing/mod.ts";
import { assert, assertEquals } from "../testing/asserts.ts";