v test-fmt: fix a typo
							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