summaryrefslogtreecommitdiff
path: root/std/log/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/log/test.ts')
-rw-r--r--std/log/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/log/test.ts b/std/log/test.ts
index 5a17f9a35..a970d10ba 100644
--- a/std/log/test.ts
+++ b/std/log/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.
import { test } from "../testing/mod.ts";
import { assertEquals } from "../testing/asserts.ts";
import * as log from "./mod.ts";