diff options
author | Ry Dahl <ry@tinyclouds.org> | 2019-10-29 17:52:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 17:52:57 -0400 |
commit | 8f571ef166d31f44378c1b6de5f4092fcccef732 (patch) | |
tree | c09ffc491e03522141baa51ec004d747ecbe48f1 /cli/test_util.rs | |
parent | 3c2399e437521122b66a2de735aebbb80a546148 (diff) |
Remove TTY tests - dead code (#3229)
Diffstat (limited to 'cli/test_util.rs')
-rw-r--r-- | cli/test_util.rs | 3 |
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; |