summaryrefslogtreecommitdiff
path: root/tools/qa/cppunit/test_bigint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qa/cppunit/test_bigint.cxx')
-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);