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

v test-fmt: fix a typo

This commit is contained in:
Delyan Angelov 2020-10-21 13:37:05 +03:00
parent 28d7532fe8
commit 7b552eb590

View File

@ -67,6 +67,7 @@ fn prepare_vfmt_when_needed() {
} }
fn recompile_file(vexe string, file string) { fn recompile_file(vexe string, file string) {
recompile_result := os.system('$vexe $file')
if recompile_result != 0 { if recompile_result != 0 {
eprintln('could not recompile $file') eprintln('could not recompile $file')
exit(2) exit(2)