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

linguist test

This commit is contained in:
Alexander Medvednikov 2019-08-30 13:01:20 +03:00 committed by GitHub
parent 6d35f68242
commit 13f3f79eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -944,7 +944,7 @@ fn test_v() {
} else {
println('OK')
}
os.rm( tmpcfilepath )
os.rm(tmpcfilepath)
}
}