tests: fix warnings in live_test.v
							parent
							
								
									b083f4014b
								
							
						
					
					
						commit
						6cea20e427
					
				|  | @ -44,7 +44,7 @@ import time | |||
| import os | ||||
| import live | ||||
| 
 | ||||
| fn append_to_file(fname, s string) { | ||||
| fn append_to_file(fname string, s string) { | ||||
| 	mut f := os.open_append(fname) or { | ||||
| 		println('>>>> could not open file \$fname for appending, err: \$err ') | ||||
| 		return | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue