1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: support compile time $env('ENV_VAR') (#8456)

This commit is contained in:
Larpon
2021-01-31 18:22:42 +01:00
committed by GitHub
parent 4f4e3e9b61
commit d25825df57
21 changed files with 235 additions and 42 deletions

View File

@@ -35,7 +35,7 @@ fn main() {
}
testing.header('Testing...')
ts.test()
println(ts.benchmark.total_message('Ran all V _test.v files'))
println(ts.benchmark.total_message('all V _test.v files'))
if ts.failed {
exit(1)
}