mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Replace libdeno with rusty_v8 (#3556)
This commit is contained in:
parent
c41280a057
commit
5f1df038fb
50 changed files with 2292 additions and 7304 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue