mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00: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…
Add table
Add a link
Reference in a new issue