diff options
Diffstat (limited to 'core/libdeno/modules_test.cc')
-rw-r--r-- | core/libdeno/modules_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libdeno/modules_test.cc b/core/libdeno/modules_test.cc index e11231528..ee6a93112 100644 --- a/core/libdeno/modules_test.cc +++ b/core/libdeno/modules_test.cc @@ -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. #include "test.h" static int exec_count = 0; |