fix valgrind_test

pull/4205/head
Alexander Medvednikov 2020-04-02 18:22:32 +02:00
parent abf15e863c
commit 50dabc8a49
1 changed files with 3 additions and 0 deletions

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