summaryrefslogtreecommitdiff
path: root/cli/test_util.rs
diff options
context:
space:
mode:
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;