kernel32/profile: Rename a test.

This commit is contained in:
Paul Vriens 2007-03-27 22:07:57 +02:00 committed by Alexandre Julliard
parent 3253bf5570
commit 2559440dc9
1 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ static void test_profile_string(void)
DeleteFileA( TESTFILE2);
}
static void test_profile_sections(void)
static void test_profile_sections_names(void)
{
HANDLE h;
int ret;
@ -205,5 +205,5 @@ START_TEST(profile)
{
test_profile_int();
test_profile_string();
test_profile_sections();
test_profile_sections_names();
}