From 73d8fa74c656841703b51bf8d52d46acf3b97cc9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 11 May 2020 17:33:36 -0400 Subject: BREAKING: There is no public Rust API for the CLI (#5226) --- cli/test_util.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cli/test_util.rs') diff --git a/cli/test_util.rs b/cli/test_util.rs index 890b2783f..6d8c58db5 100644 --- a/cli/test_util.rs +++ b/cli/test_util.rs @@ -1,9 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. - -// TODO(ry) Make this file test-only. Somehow it's very difficult to export -// methods to tests/integration_tests.rs if this is enabled... -// #![cfg(test)] - +#![cfg(test)] use std::path::PathBuf; use std::process::Child; use std::process::Command; -- cgit v1.2.3