Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / winetests / urlmon / testlist.c
diff --git a/rostests/winetests/urlmon/testlist.c b/rostests/winetests/urlmon/testlist.c
deleted file mode 100644 (file)
index b7b9c1d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Automatically generated file; DO NOT EDIT!! */
-
-#define STANDALONE
-#include <wine/test.h>
-
-extern void func_generated(void);
-extern void func_misc(void);
-extern void func_protocol(void);
-extern void func_sec_mgr(void);
-extern void func_stream(void);
-extern void func_uri(void);
-extern void func_url(void);
-
-const struct test winetest_testlist[] =
-{
-    { "generated", func_generated },
-    { "misc", func_misc },
-    { "protocol", func_protocol },
-    { "sec_mgr", func_sec_mgr },
-    { "stream", func_stream },
-    { "uri", func_uri },
-    { "url", func_url },
-    { 0, 0 }
-};