Commit 3d361e64 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3drm/tests: Use better name for test function and make it static (spotted by Stefan Dosinger).

parent f1b30eb4
......@@ -62,7 +62,7 @@ char data_bad[] =
"1; 2; 3;\n"
"}\n";
void Test(void)
static void MeshBuilderTest(void)
{
HRESULT hr;
LPDIRECT3DRM pD3DRM;
......@@ -95,7 +95,7 @@ START_TEST(d3drm)
if (!InitFunctionPtrs())
return;
Test();
MeshBuilderTest();
FreeLibrary(d3drm_handle);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment