mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
[ATL_APITEST] CComObject.cpp: Fix output test name copypasta.
This commit is contained in:
parent
0acd59b541
commit
804472fab8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue