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