mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)
* Remove DENO_BUILD_MODE and DENO_BUILD_PATH Also remove outdated docs related to ninja/gn. * fix * remove parameter to build_mode() * remove arg parsing from benchmark.py
This commit is contained in:
parent
77a44163fb
commit
0adc86f105
7 changed files with 13 additions and 69 deletions
|
@ -2,7 +2,7 @@ import os
|
|||
import sys
|
||||
|
||||
from test_util import DenoTestCase, run_tests
|
||||
from util import build_mode, executable_suffix, tests_path, run, run_output
|
||||
from util import executable_suffix, tests_path, run, run_output
|
||||
|
||||
|
||||
class TestTarget(DenoTestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue