diff options
Diffstat (limited to 'std/async/pool_test.ts')
-rw-r--r-- | std/async/pool_test.ts | 1 |
1 files changed, 1 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"; |