Kaydet (Commit) 69e8417e authored tarafından David Tardon's avatar David Tardon

fix copypasta

Change-Id: I08383e3086eef8e7c8136293d51b7108807a7def
üst 9fc03915
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment