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

Alexandre Julliard julliard at winehq.org
Wed Feb 3 09:33:03 CST 2010


Module: wine
Branch: master
Commit: 3d361e64127db24b8188e43bed8681cca5a751ee
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3d361e64127db24b8188e43bed8681cca5a751ee

Author: Christian Costa <titan.costa at wanadoo.fr>
Date:   Wed Feb  3 08:38:41 2010 +0100

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

---

 dlls/d3drm/tests/d3drm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/d3drm/tests/d3drm.c b/dlls/d3drm/tests/d3drm.c
index 9e74c12..3a89aa3 100644
--- a/dlls/d3drm/tests/d3drm.c
+++ b/dlls/d3drm/tests/d3drm.c
@@ -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);
 }




More information about the wine-cvs mailing list