diff options
Diffstat (limited to 'cli/test_util.rs')
-rw-r--r-- | cli/test_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/test_util.rs b/cli/test_util.rs index a42520ca5..1b1a51e92 100644 --- a/cli/test_util.rs +++ b/cli/test_util.rs @@ -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. // TODO(ry) Make this file test-only. Somehow it's very difficult to export // methods to tests/integration_tests.rs if this is enabled... |