Add some more unit tests.

This commit is contained in:
Stephen Kelly
2011-08-25 19:01:04 +02:00
parent 83ce7c4d3c
commit 93d8d1992e
10 changed files with 114 additions and 0 deletions
@@ -0,0 +1,7 @@
#include "useprefixclass.h"
int UsePrefixClass::someMethod() const
{
return 0;
}