Pārlūkot izejas kodu

lolunit: fix an uninitialised member in TestCase.

legacy
Sam Hocevar sam pirms 13 gadiem
vecāks
revīzija
4d99340dfe
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      src/lol/unit.h

+ 2
- 1
src/lol/unit.h Parādīt failu

@@ -81,8 +81,9 @@ public:
static void AddTestCase(TestCase *that, char const *name,
void (FixtureClass::*fun)())
{
that->m_testname = name;
that->m_fun = fun;
that->m_testname = name;
that->m_next = NULL;
GetOrSetTestCase(that);
}
};


Notiek ielāde…
Atcelt
Saglabāt