mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: re-apply C++ support
This commit is contained in:
@@ -55,15 +55,15 @@ const (
|
||||
pub struct Benchmark {
|
||||
pub mut:
|
||||
bench_timer time.StopWatch
|
||||
verbose bool
|
||||
no_cstep bool
|
||||
step_timer time.StopWatch
|
||||
ntotal int
|
||||
nok int
|
||||
nfail int
|
||||
nskip int
|
||||
verbose bool
|
||||
nexpected_steps int
|
||||
cstep int
|
||||
no_cstep bool
|
||||
bok string
|
||||
bfail string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user