1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

autofree: disable optional_return test for now

This commit is contained in:
Alexander Medvednikov 2020-11-06 10:30:27 +01:00
parent 212e6fe52c
commit 3e5871ffb3

View File

@ -219,7 +219,7 @@ fn main() {
match_expr()
reassign_str()
optional_str()
optional_return()
// optional_return()
str_replace()
str_replace2()
if_cond()