diff options
author | David Tardon <dtardon@redhat.com> | 2014-10-17 15:20:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-10-17 15:22:47 +0200 |
commit | 69e8417e435bc26fdd821fb343483e6c788189d3 (patch) | |
tree | 90a790b55550e3e3a4e9680f03d0e315c77310a7 /tools | |
parent | 9fc03915b8c0fceeb098c1e3a07a2e9c627c91aa (diff) |
fix copypasta
Change-Id: I08383e3086eef8e7c8136293d51b7108807a7def
Diffstat (limited to 'tools')
-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()); |