mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
[ATL_APITEST] CComObject.cpp: Fix output test name copypasta.
This commit is contained in:
committed by
Mark Jansen
parent
0acd59b541
commit
804472fab8
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user