diff options
Diffstat (limited to 'tools/unit_tests.py')
-rwxr-xr-x | tools/unit_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unit_tests.py b/tools/unit_tests.py index 78b4d77c1..f357aaccd 100755 --- a/tools/unit_tests.py +++ b/tools/unit_tests.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright 2018 the Deno authors. All rights reserved. MIT license. import util import sys import subprocess |