[KERNEL32_APITEST] Rename the 'Console.c' file into 'ConsoleCP.c' and its test-functi...
[reactos.git] / modules / rostests / apitests / kernel32 / ConsoleCP.c
@@ -446,7 +446,7 @@ static void test_cp932(HANDLE hConOut)
     SetConsoleOutputCP(oldcp);
 }
 
-START_TEST(Console)
+START_TEST(ConsoleCP)
 {
     HANDLE hConIn, hConOut;
     FreeConsole();