diff options
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; |