mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[TESTS] Disable cmd:reactos, it's broken
This commit is contained in:
parent
5140a990fe
commit
73c6e99e14
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ extern void func_reactos(void);
|
||||||
|
|
||||||
const struct test winetest_testlist[] =
|
const struct test winetest_testlist[] =
|
||||||
{
|
{
|
||||||
{ "reactos", func_reactos },
|
//{ "reactos", func_reactos }, This test is broken
|
||||||
{ 0, 0 }
|
{ 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue