summaryrefslogtreecommitdiff
path: root/cli/test_util.rs
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2019-10-29 17:52:57 -0400
committerGitHub <noreply@github.com>2019-10-29 17:52:57 -0400
commit8f571ef166d31f44378c1b6de5f4092fcccef732 (patch)
treec09ffc491e03522141baa51ec004d747ecbe48f1 /cli/test_util.rs
parent3c2399e437521122b66a2de735aebbb80a546148 (diff)
Remove TTY tests - dead code (#3229)
Diffstat (limited to 'cli/test_util.rs')
-rw-r--r--cli/test_util.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/test_util.rs b/cli/test_util.rs
index 2eb452bca..a42520ca5 100644
--- a/cli/test_util.rs
+++ b/cli/test_util.rs
@@ -1,8 +1,7 @@
// Copyright 2018-2019 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 and tests/tty_tests.rs if this
-// is enabled...
+// methods to tests/integration_tests.rs if this is enabled...
// #![cfg(test)]
use std::path::PathBuf;