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