Changes to make the CPPUnit build on PPC (with mwcc *shudder*).
Courtesy of Oliver Tappe. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6616 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
//! Base class for single threaded unit tests
|
||||
class BTestCase : public CppUnit::TestCase {
|
||||
public:
|
||||
BTestCase(std::string Name = "");
|
||||
BTestCase(string Name = "");
|
||||
|
||||
//! Displays the next sub test progress indicator (i.e. [0][1][2][3]...).
|
||||
virtual void NextSubTest();
|
||||
|
||||
Reference in New Issue
Block a user