tangled
alpha
login
or
join now
huwcampbell.com
/
reactos
0
fork
atom
Reactos
0
fork
atom
overview
issues
pulls
pipelines
[TESTS] Disable cmd:reactos, it's broken
Timo Kreuzer
2 years ago
73c6e99e
5140a990
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
rostests
win32
cmd
testlist.c
+1
-1
modules/rostests/win32/cmd/testlist.c
reviewed
···
7
7
8
8
const struct test winetest_testlist[] =
9
9
{
10
10
-
{ "reactos", func_reactos },
10
10
+
//{ "reactos", func_reactos }, This test is broken
11
11
{ 0, 0 }
12
12
};