https://git.reactos.org/?p=reactos.git;a=commitdiff;h=804472fab852d04c4c3a4f...
commit 804472fab852d04c4c3a4ff61b7f051d1b486bfb Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Fri Dec 22 23:52:47 2017 +0100 Commit: Mark Jansen mark.jansen@reactos.org CommitDate: Wed Jan 24 18:59:19 2018 +0100
[ATL_APITEST] CComObject.cpp: Fix output test name copypasta. --- modules/rostests/apitests/atl/CComObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/apitests/atl/CComObject.cpp b/modules/rostests/apitests/atl/CComObject.cpp index f7d16e1e69..840f88a967 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 }