diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-03-18 11:22:25 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-18 14:07:24 -0400 |
commit | 59ac2063e0563586a901b664f6ea05e9b6ef11b5 (patch) | |
tree | a53cf5837f809ce4c52586d498c19a08b021ec34 | |
parent | 52b7cc5499061bb79708a0db92bf9b2d0828f3c3 (diff) |
Remove unused tools/build_test.py file
-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) |