[NTDLL_APITEST]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 30 May 2012 21:16:24 +0000 (21:16 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 30 May 2012 21:16:24 +0000 (21:16 +0000)
rename rtl bitmap tests

svn path=/trunk/; revision=56677

rostests/apitests/ntdll/testlist.c

index 0e49fe2..b805585 100644 (file)
@@ -25,7 +25,7 @@ const struct test winetest_testlist[] =
     { "NtAllocateVirtualMemory",        func_NtAllocateVirtualMemory },
     { "NtFreeVirtualMemory",            func_NtFreeVirtualMemory },
     { "NtSystemInformation",            func_NtSystemInformation },
-    { "RtlBitmap",                      func_RtlBitmap },
+    { "RtlBitmapApi",                   func_RtlBitmap },
     { "RtlDetermineDosPathNameType",    func_RtlDetermineDosPathNameType },
     { "RtlDoesFileExists",              func_RtlDoesFileExists },
     { "RtlDosSearchPath_U",             func_RtlDosSearchPath_U },