summaryrefslogtreecommitdiff
path: root/tools/target_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/target_test.py')
-rw-r--r--tools/target_test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/target_test.py b/tools/target_test.py
index 724dacdec..5a273423e 100644
--- a/tools/target_test.py
+++ b/tools/target_test.py
@@ -21,9 +21,6 @@ class TestTarget(DenoTestCase):
self.check_exists(bin_file)
run([bin_file], quiet=True)
- def test_libdeno(self):
- self._test("libdeno_test")
-
def test_no_color(self):
t = os.path.join(tests_path, "no_color.js")
result = run_output([self.deno_exe, "run", t],