diff options
-rw-r--r-- | tools/qa/cppunit/test_bigint.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qa/cppunit/test_bigint.cxx b/tools/qa/cppunit/test_bigint.cxx index 6ec74a40cf5f..9832a23cb278 100644 --- a/tools/qa/cppunit/test_bigint.cxx +++ b/tools/qa/cppunit/test_bigint.cxx @@ -97,7 +97,6 @@ void BigIntTest::testConstructionFromLongLong() // negative number not fitting to long { BigInt bi(static_cast<sal_Int64>(std::numeric_limits<long>::min() - 1)); - BigInt bi(static_cast<sal_Int64>(42)); CPPUNIT_ASSERT(bi.IsSet()); CPPUNIT_ASSERT(!bi.IsZero()); CPPUNIT_ASSERT(bi.IsNeg()); |