ci: test broken -autofree

pull/4776/head
Alexander Medvednikov 2020-05-07 17:45:00 +02:00
parent be063d740b
commit 3c6e090ae3
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ fn (g &Gen) autofree_variable(v ast.Var) string {
else {
// NOTE/TODO: assign_stmt multi returns variables have no expr
// since the type comes from the called fns return type
return '// other ' + t + '\n'
// return '// other ' + t + '\n'
}
}
return g.autofree_var_call('string_free', v)