mirror of
https://github.com/urbit/ares.git
synced 2024-12-22 21:01:29 +03:00
newt.rs: remove commented out code
This commit is contained in:
parent
a6c008d1d8
commit
396a00e222
@ -78,7 +78,6 @@ impl Newt {
|
||||
pub fn new_mock() -> Newt {
|
||||
Newt {
|
||||
input: std::fs::File::open("/dev/null").expect("newt: could not open /dev/null"),
|
||||
//output: std::fs::File::open("/dev/null").expect("newt: could not open /dev/null"),
|
||||
output: std::fs::File::options()
|
||||
.read(true)
|
||||
.write(true)
|
||||
|
Loading…
Reference in New Issue
Block a user