Index: ext/libicpf/src/libicpf-tests/test-base.h =================================================================== diff -u -N --- ext/libicpf/src/libicpf-tests/test-base.h (revision 1504b5e9af0cbbc688765c3530ee3443cb04fc01) +++ ext/libicpf/src/libicpf-tests/test-base.h (revision 0) @@ -1,19 +0,0 @@ -#ifndef __TESTBASE_H__ -#define __TESTBASE_H__ - -#include -#include "gen_types.h" - -class TestBase -{ -public: - TestBase(); - virtual ~TestBase(); - - virtual void Run(); - - void Report(const tchar_t* pszFmt, ...); - void ReportS(const tchar_t* pszFmt); -}; - -#endif