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:
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