diff options
Diffstat (limited to 'io/util_test.ts')
-rw-r--r-- | io/util_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/util_test.ts b/io/util_test.ts index 7318d887c..90ae5d4c1 100644 --- a/io/util_test.ts +++ b/io/util_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, assert } from "../testing/mod.ts"; import { copyBytes } from "./util.ts"; |