reactos/modules/rostests/win32/cmd/testlist.c
2024-09-18 10:22:26 +03:00

13 lines
240 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include "wine/test.h"
extern void func_reactos(void);
const struct test winetest_testlist[] =
{
//{ "reactos", func_reactos }, This test is broken
{ 0, 0 }
};