summaryrefslogtreecommitdiff
path: root/cli/test_util.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-11 17:33:36 -0400
committerGitHub <noreply@github.com>2020-05-11 17:33:36 -0400
commit73d8fa74c656841703b51bf8d52d46acf3b97cc9 (patch)
tree6f4ee2cf1892eaa7965547e2359eb2ef2844e674 /cli/test_util.rs
parent3cccadcf0fbfc7ff4e7dd37299a65bea1cf0eab0 (diff)
BREAKING: There is no public Rust API for the CLI (#5226)
Diffstat (limited to 'cli/test_util.rs')
-rw-r--r--cli/test_util.rs6
1 files changed, 1 insertions, 5 deletions
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;