summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-10-17 13:38:10 +0200
committerDavid Tardon <dtardon@redhat.com>2014-10-17 13:44:29 +0200
commit1dd736540fe4582ac0d725c2dfd233b196245a5c (patch)
tree8c89657894c031718cc607e65e10a808385ab20e /tools
parent6016287fd064568ab4052932b2e6c0ee4a601bbd (diff)
correct function name
Change-Id: Ibc3ab15bc830d68bf9d3d1d9ac9595d82c7fb6aa
Diffstat (limited to 'tools')
-rw-r--r--tools/qa/cppunit/test_bigint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qa/cppunit/test_bigint.cxx b/tools/qa/cppunit/test_bigint.cxx
index 39ab2503f4ac..ac75cca2a9e5 100644
--- a/tools/qa/cppunit/test_bigint.cxx
+++ b/tools/qa/cppunit/test_bigint.cxx
@@ -32,7 +32,7 @@ class BigIntTest : public CppUnit::TestFixture
{
public:
#if SAL_TYPES_SIZEOFLONG < SAL_TYPES_SIZEOFLONGLONG
- void testConstructionFromInt64();
+ void testConstructionFromLongLong();
#endif
CPPUNIT_TEST_SUITE(BigIntTest);