mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
Remove unused tools/build_test.py file
This commit is contained in:
parent
52b7cc5499
commit
59ac2063e0
1 changed files with 0 additions and 8 deletions
|
@ -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)
|
|
Loading…
Reference in a new issue