Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / apitests / ole32 / testlist.c
diff --git a/rostests/apitests/ole32/testlist.c b/rostests/apitests/ole32/testlist.c
deleted file mode 100644 (file)
index f8b91c1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#define __ROS_LONG64__
-
-#define STANDALONE
-#include <wine/test.h>
-
-extern void func_initializespy(void);
-
-const struct test winetest_testlist[] =
-{
-    { "initializespy", func_initializespy },
-    
-    { 0, 0 }
-};