diff options
-rwxr-xr-x | tools/build_test.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/build_test.py b/tools/build_test.py deleted file mode 100755 index 0b5f496c1..000000000 --- a/tools/build_test.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python -# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import sys -from build import main as build -from test import main as test - -build(sys.argv) -test(sys.argv) |