1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

os: remove test file

This commit is contained in:
Justice Suh 2019-07-04 12:13:25 -04:00 committed by Alexander Medvednikov
parent 4e1afc148a
commit 9e4ae929a4

View File

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