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:
parent
28d7532fe8
commit
7b552eb590
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user