diff options
Diffstat (limited to 'std/async')
-rw-r--r-- | std/async/pool_test.ts | 1 | ||||
-rw-r--r-- | std/async/test.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/std/async/pool_test.ts b/std/async/pool_test.ts index 1be4556be..34fdc1c10 100644 --- a/std/async/pool_test.ts +++ b/std/async/pool_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { pooledMap } from "./pool.ts"; import { assert } from "../testing/asserts.ts"; diff --git a/std/async/test.ts b/std/async/test.ts index 543491080..57684a50e 100644 --- a/std/async/test.ts +++ b/std/async/test.ts @@ -1 +1,2 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import "./mod.ts"; |