summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test.py b/tools/test.py
index b86471342..3f8e74ecd 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -46,11 +46,11 @@ def main():
TestDenoDir,
TestBenchmark,
TestIsTty,
- # It is very slow, so do TestFmt at the end.
- TestFmt,
]
test_cases += permission_prompt_tests()
test_cases += complex_permissions_tests()
+ # It is very slow, so do TestFmt at the end.
+ test_cases += [TestFmt]
with http_server.spawn():
run_tests(test_cases)