Replace libdeno with rusty_v8 (#3556)

This commit is contained in:
Ry Dahl 2020-01-05 09:19:29 -05:00 committed by GitHub
parent c41280a057
commit 5f1df038fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 2292 additions and 7304 deletions

View file

@ -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],