From 69e8417e435bc26fdd821fb343483e6c788189d3 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 17 Oct 2014 15:20:58 +0200 Subject: fix copypasta Change-Id: I08383e3086eef8e7c8136293d51b7108807a7def --- tools/qa/cppunit/test_bigint.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') 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(std::numeric_limits::min() - 1)); - BigInt bi(static_cast(42)); CPPUNIT_ASSERT(bi.IsSet()); CPPUNIT_ASSERT(!bi.IsZero()); CPPUNIT_ASSERT(bi.IsNeg()); -- cgit