cgen: fix tests

pull/3947/head
Alexander Medvednikov 2020-03-06 20:25:38 +01:00
parent a277f7d6ab
commit 8a711a8376
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ fn (g mut Gen) expr(node ast.Expr) {
}
ast.PrefixExpr {
g.write(it.op.str())
g.write('/*pref*/')
// g.write('/*pref*/')
g.expr(it.right)
}
/*