summaryrefslogtreecommitdiff
path: root/tools/util_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/util_test.py')
-rw-r--r--tools/util_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/util_test.py b/tools/util_test.py
index bf2b92b5a..b7c054b92 100644
--- a/tools/util_test.py
+++ b/tools/util_test.py
@@ -1,4 +1,4 @@
-# Copyright 2018 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
from util import pattern_match, parse_exit_code, shell_quote_win
import util
import os