mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix valgrind_test
This commit is contained in:
parent
abf15e863c
commit
50dabc8a49
@ -121,6 +121,9 @@ fn parse_args(args []string) (&pref.Preferences, string) {
|
|||||||
res.out_name = cmdline.option(args, '-o', '')
|
res.out_name = cmdline.option(args, '-o', '')
|
||||||
i++
|
i++
|
||||||
}
|
}
|
||||||
|
'-csource' {
|
||||||
|
i++ // TODO
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
if !arg.starts_with('-') && command == '' {
|
if !arg.starts_with('-') && command == '' {
|
||||||
command = arg
|
command = arg
|
||||||
|
Loading…
Reference in New Issue
Block a user