v test-fmt: fix a typo

pull/6665/head
Delyan Angelov 2020-10-21 13:37:05 +03:00
parent 28d7532fe8
commit 7b552eb590
1 changed files with 1 additions and 0 deletions

View File

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