Index: tests/libchcore_test/src/libchcore_test.cpp =================================================================== diff -u -N --- tests/libchcore_test/src/libchcore_test.cpp (revision 409a0af1e9fdea72ca016118d76a5a95e53496e8) +++ tests/libchcore_test/src/libchcore_test.cpp (revision 0) @@ -1,11 +0,0 @@ -// libchcore_test.cpp : Defines the entry point for the console application. -// - -#include "stdafx.h" - -int _tmain(int argc, _TCHAR* argv[]) -{ - testing::InitGoogleMock(&argc, argv); - return RUN_ALL_TESTS(); -} -