mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: fix typo in common.v (#12952)
This commit is contained in:
parent
68452cff76
commit
92bd55ded6
@ -263,7 +263,7 @@ pub fn (mut ts TestSession) test() {
|
|||||||
ts.append_message(.sentinel, '') // send the sentinel
|
ts.append_message(.sentinel, '') // send the sentinel
|
||||||
_ := <-ts.nprint_ended // wait for the stop of the printing thread
|
_ := <-ts.nprint_ended // wait for the stop of the printing thread
|
||||||
eprintln(term.h_divider('-'))
|
eprintln(term.h_divider('-'))
|
||||||
// cleanup generated .tmp.c files after successfull tests:
|
// cleanup generated .tmp.c files after successful tests:
|
||||||
if ts.benchmark.nfail == 0 {
|
if ts.benchmark.nfail == 0 {
|
||||||
if ts.rm_binaries {
|
if ts.rm_binaries {
|
||||||
os.rmdir_all(ts.vtmp_dir) or {}
|
os.rmdir_all(ts.vtmp_dir) or {}
|
||||||
|
Loading…
Reference in New Issue
Block a user