Add FIXME to file reading test
This commit is contained in:
parent
01f64616ad
commit
bdaa90ceb2
@ -5,6 +5,7 @@ use std::fs::File;
|
||||
use std::io::Read;
|
||||
|
||||
fn main() {
|
||||
// FIXME: create the file and delete it when `rm` is implemented.
|
||||
let mut file = File::open("./tests/hello.txt").unwrap();
|
||||
let mut contents = String::new();
|
||||
file.read_to_string(&mut contents).unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user