Commit 2111bbf3 by Tianqi Chen Committed by GitHub

Fix Travis on test (#59)

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