We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7133448 commit 2111bbfCopy full SHA for 2111bbf
tests/cpp/ir_functor_test.cc
@@ -77,7 +77,7 @@ TEST(IRF, ExprVisit) {
77
}
78
};
79
MyVisitor v;
80
- v(Evaluate::make(z));
+ v.VisitStmt(Evaluate::make(z));
81
CHECK_EQ(v.count, 1);
82
83
0 commit comments