mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-08 15:07:16 +00:00
Stupid design choice in cppunit fixt -.-
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Test
|
||||
Suite();
|
||||
virtual ~Suite();
|
||||
|
||||
void add(std::auto_ptr<Suite> suite);
|
||||
void add(Suite* suite);
|
||||
|
||||
bool run(Output& output, bool cont_after_fail = true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user