https://git.reactos.org/?p=reactos.git;a=commitdiff;h=111e40039e6e2418256599...
commit 111e40039e6e2418256599e0bae4863931da83f1 Author: Victor Perevertkin victor.perevertkin@reactos.org AuthorDate: Wed Feb 3 23:50:55 2021 +0300 Commit: Victor Perevertkin victor.perevertkin@reactos.org CommitDate: Wed Feb 3 23:50:55 2021 +0300
Revert "[CMD_WINETEST] Disable the test until fastfat_new is landed"
This reverts commit 8da0f868c52867b72562d5cf1fe5b0c123284dd4. --- modules/rostests/winetests/cmd/testlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/cmd/testlist.c b/modules/rostests/winetests/cmd/testlist.c index 055ddfe1add..e174b9ad3b5 100644 --- a/modules/rostests/winetests/cmd/testlist.c +++ b/modules/rostests/winetests/cmd/testlist.c @@ -7,6 +7,6 @@ extern void func_batch(void);
const struct test winetest_testlist[] = { - // { "batch", func_batch }, + { "batch", func_batch }, { 0, 0 } };