1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Remove unused tools/build_test.py file

This commit is contained in:
Ryan Dahl 2019-03-18 11:22:25 -04:00
parent 52b7cc5499
commit 59ac2063e0

View file

@ -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)