Kaydet (Commit) 1dd73654 authored tarafından David Tardon's avatar David Tardon

correct function name

Change-Id: Ibc3ab15bc830d68bf9d3d1d9ac9595d82c7fb6aa
üst 6016287f
...@@ -32,7 +32,7 @@ class BigIntTest : public CppUnit::TestFixture ...@@ -32,7 +32,7 @@ class BigIntTest : public CppUnit::TestFixture
{ {
public: public:
#if SAL_TYPES_SIZEOFLONG < SAL_TYPES_SIZEOFLONGLONG #if SAL_TYPES_SIZEOFLONG < SAL_TYPES_SIZEOFLONGLONG
void testConstructionFromInt64(); void testConstructionFromLongLong();
#endif #endif
CPPUNIT_TEST_SUITE(BigIntTest); CPPUNIT_TEST_SUITE(BigIntTest);
......
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