Skip to content

Commit

Permalink
small change for ut
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Nov 17, 2022
1 parent c4d2bb1 commit 94dd887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/graph/visitor/test/FoldConstantExprVisitorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ TEST_F(FoldConstantExprVisitorTest, TestPathBuild) {

TEST_F(FoldConstantExprVisitorTest, TestRelIn) {
auto items = ExpressionList::make(pool);
items->add(ConstantExpression::make(pool, 3));
items->add(ArithmeticExpression::makeAdd(pool, ConstantExpression::make(pool, 1)),
ConstantExpression::make(pool, 2));
items->add(ConstantExpression::make(pool, 4));
items->add(ConstantExpression::make(pool, false));
items->add(ConstantExpression::make(pool, "3"));
Expand Down

0 comments on commit 94dd887

Please sign in to comment.