summaryrefslogtreecommitdiff
path: root/std/examples/echo_server_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/echo_server_test.ts')
-rw-r--r--std/examples/echo_server_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/echo_server_test.ts b/std/examples/echo_server_test.ts
index 9a0e34e3d..24e0c416b 100644
--- a/std/examples/echo_server_test.ts
+++ b/std/examples/echo_server_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 { assertNotEquals, assertStrictEquals } from "../testing/asserts.ts";
import { BufReader, ReadLineResult } from "../io/bufio.ts";
import { dirname, fromFileUrl } from "../path/mod.ts";