From 5f1df038fb1462607af3555fa7431c05ca484dce Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Sun, 5 Jan 2020 09:19:29 -0500 Subject: Replace libdeno with rusty_v8 (#3556) --- cli/tests/integration_tests.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 63e681e31..fcf339c92 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -102,11 +102,6 @@ fn repl_test() { util::run_python_script("tools/repl_test.py") } -#[test] -fn setup_test() { - util::run_python_script("tools/setup_test.py") -} - #[test] fn target_test() { util::run_python_script("tools/target_test.py") -- cgit v1.2.3