os: remove test file

pull/1003/head
Justice Suh 2019-07-04 12:13:25 -04:00 committed by Alexander Medvednikov
parent 4e1afc148a
commit 9e4ae929a4
1 changed files with 2 additions and 0 deletions

View File

@ -30,4 +30,6 @@ fn test_write_and_read_string_to_file() {
return
}
assert hello == read_hello
os.rm(filename)
}