Revert "[CMD_WINETEST] Disable the test until fastfat_new is landed"

This reverts commit 8da0f868c5.
This commit is contained in:
Victor Perevertkin 2021-02-03 23:50:55 +03:00
parent 6f2b94c023
commit 111e40039e
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -7,6 +7,6 @@ extern void func_batch(void);
const struct test winetest_testlist[] =
{
// { "batch", func_batch },
{ "batch", func_batch },
{ 0, 0 }
};