Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / winetests / wintrust / testlist.c
diff --git a/rostests/winetests/wintrust/testlist.c b/rostests/winetests/wintrust/testlist.c
deleted file mode 100644 (file)
index f0b8394..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Automatically generated file; DO NOT EDIT!! */
-
-#define STANDALONE
-#include <wine/test.h>
-
-extern void func_asn(void);
-extern void func_crypt(void);
-extern void func_register(void);
-extern void func_softpub(void);
-
-const struct test winetest_testlist[] =
-{
-    { "asn", func_asn },
-    { "crypt", func_crypt },
-    { "register", func_register },
-    { "softpub", func_softpub },
-    { 0, 0 }
-};