diff options
Diffstat (limited to 'std/testing/bench.ts')
-rw-r--r-- | std/testing/bench.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/testing/bench.ts b/std/testing/bench.ts index 3bb62526d..c76c1bd7c 100644 --- a/std/testing/bench.ts +++ b/std/testing/bench.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. const { exit, noColor } = Deno; |