1
0
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:
Alexander Medvednikov 2020-04-02 18:22:32 +02:00
parent abf15e863c
commit 50dabc8a49

View File

@ -121,6 +121,9 @@ fn parse_args(args []string) (&pref.Preferences, string) {
res.out_name = cmdline.option(args, '-o', '')
i++
}
'-csource' {
i++ // TODO
}
else {
if !arg.starts_with('-') && command == '' {
command = arg