X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=modules%2Frostests%2Fapitests%2Fatl%2FCComObject.cpp;h=840f88a96761052ee2a5e8089800d370fb38ca3d;hp=f7d16e1e69c9bdc299cd0dfa40713d5823d82037;hb=804472fab852d04c4c3a4ff61b7f051d1b486bfb;hpb=0acd59b541aced0b2688b1d9c34bc150d5a5534f diff --git a/modules/rostests/apitests/atl/CComObject.cpp b/modules/rostests/apitests/atl/CComObject.cpp index f7d16e1e69c..840f88a9676 100644 --- a/modules/rostests/apitests/atl/CComObject.cpp +++ b/modules/rostests/apitests/atl/CComObject.cpp @@ -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 }