From 0adc86f105204b2475126c36dfc10e678f67df56 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 20 Mar 2020 21:48:34 -0400 Subject: 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 --- tools/target_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/target_test.py') diff --git a/tools/target_test.py b/tools/target_test.py index 2df09f9eb..192f4183a 100644 --- a/tools/target_test.py +++ b/tools/target_test.py @@ -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): -- cgit v1.2.3