Skip to content

Commit

Permalink
Update gtest_arithmetic_functions.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFall authored Mar 13, 2023
1 parent 1fc4ccd commit c84d7d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dbms/src/Functions/tests/gtest_arithmetic_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ class TestBinaryArithmeticFunctions : public DB::tests::FunctionTest
}
};

<<<<<<< HEAD
=======
template <typename TYPE>
void doTiDBDivideDecimalRoundInternalTest()
{
Expand Down Expand Up @@ -241,7 +239,6 @@ try
}
CATCH

>>>>>>> c6d55aff39 (fix(expr): round decimal divide result when return type is Int512 (#7035))
TEST_F(TestBinaryArithmeticFunctions, TiDBDivideDecimal)
try
{
Expand Down

0 comments on commit c84d7d5

Please sign in to comment.