summaryrefslogtreecommitdiff
path: root/log/handlers_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'log/handlers_test.ts')
-rw-r--r--log/handlers_test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/log/handlers_test.ts b/log/handlers_test.ts
index bbdf6e0a5..52eca16ea 100644
--- a/log/handlers_test.ts
+++ b/log/handlers_test.ts
@@ -1,3 +1,4 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { assertEqual, test } from "../testing/mod.ts";
import { LogRecord, Logger } from "./logger.ts";
import { LogLevel, getLevelName, getLevelByName } from "./levels.ts";