diff options
author | Ry Dahl <ry@tinyclouds.org> | 2020-01-05 09:19:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-05 09:19:29 -0500 |
commit | 5f1df038fb1462607af3555fa7431c05ca484dce (patch) | |
tree | 0e819c1e1ec422b9573abc379c79fcbcc1cbd88c /tools/target_test.py | |
parent | c41280a057c9ca300afe43f2cb4f576e050f8cde (diff) |
Replace libdeno with rusty_v8 (#3556)
Diffstat (limited to 'tools/target_test.py')
-rw-r--r-- | tools/target_test.py | 3 |
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], |