[Libreoffice-commits] core.git: tools/qa
David Tardon
dtardon at redhat.com
Fri Oct 17 06:23:30 PDT 2014
tools/qa/cppunit/test_bigint.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 69e8417e435bc26fdd821fb343483e6c788189d3
Author: David Tardon <dtardon at redhat.com>
Date: Fri Oct 17 15:20:58 2014 +0200
fix copypasta
Change-Id: I08383e3086eef8e7c8136293d51b7108807a7def
diff --git a/tools/qa/cppunit/test_bigint.cxx b/tools/qa/cppunit/test_bigint.cxx
index 6ec74a4..9832a23 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());
More information about the Libreoffice-commits
mailing list