Skip to content
Snippets Groups Projects
Commit 2111bbf3 authored by Tianqi Chen's avatar Tianqi Chen Committed by GitHub
Browse files

Fix Travis on test (#59)

parent 71334483
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ TEST(IRF, ExprVisit) {
}
};
MyVisitor v;
v(Evaluate::make(z));
v.VisitStmt(Evaluate::make(z));
CHECK_EQ(v.count, 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment