[ATL_APITEST] CComObject.cpp: Fix output test name copypasta.

This commit is contained in:
Serge Gautherie 2017-12-22 23:52:47 +01:00 committed by Mark Jansen
parent 0acd59b541
commit 804472fab8

View file

@ -143,7 +143,7 @@ START_TEST(CComObject)
}
#ifndef __REACTOS__
printf("CImage: %i tests executed (0 marked as todo, %i failures), 0 skipped.\n", g_tests_executed, g_tests_failed);
printf("CComObject: %i tests executed (0 marked as todo, %i failures), 0 skipped.\n", g_tests_executed, g_tests_failed);
return g_tests_failed;
#endif
}