[ATL_APITEST] CComObject.cpp: Fix output test name copypasta.
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Fri, 22 Dec 2017 22:52:47 +0000 (23:52 +0100)
committerMark Jansen <mark.jansen@reactos.org>
Wed, 24 Jan 2018 17:59:19 +0000 (18:59 +0100)
modules/rostests/apitests/atl/CComObject.cpp

index f7d16e1..840f88a 100644 (file)
@@ -143,7 +143,7 @@ START_TEST(CComObject)
     }
 
 #ifndef __REACTOS__
     }
 
 #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
 }
     return g_tests_failed;
 #endif
 }