diff options
Diffstat (limited to 'tools/prefetch_test.py')
-rwxr-xr-x | tools/prefetch_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/prefetch_test.py b/tools/prefetch_test.py index d6de9d398..bc106d5f5 100755 --- a/tools/prefetch_test.py +++ b/tools/prefetch_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import os import sys from util import tests_path, run_output, build_path, executable_suffix, green_ok |