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 2900eb6 commit 527623e
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 @@ -89,8 +89,6 @@ class TestBinaryArithmeticFunctions : public DB::tests::FunctionTest
}
};

<<<<<<< HEAD
=======
template <typename TYPE>
void doTiDBDivideDecimalRoundInternalTest()
{
Expand Down Expand Up @@ -227,7 +225,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 527623e

Please sign in to comment.