From: Serge Gautherie Date: Fri, 22 Dec 2017 22:52:47 +0000 (+0100) Subject: [ATL_APITEST] CComObject.cpp: Fix output test name copypasta. X-Git-Tag: 0.4.9-dev~215 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=804472fab852d04c4c3a4ff61b7f051d1b486bfb [ATL_APITEST] CComObject.cpp: Fix output test name copypasta. --- 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 }