summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-02-12 02:57:26 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-02-11 12:57:26 -0500
commitd26655371b796cf5dad762d1b7154c25251cb41d (patch)
tree756f7710b86d2678fbdc2434ae1630741c19edc6 /tools/test.py
parent90c7af27d7959e94a25f635e21b8d77cb347e135 (diff)
fix: improve formatting (#1732)
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 0fe1d6a23..51f31fbf4 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -38,7 +38,6 @@ def test_no_color(deno_exe):
print green_ok()
-
def main(argv):
if len(argv) == 2:
build_dir = sys.argv[1]