[CRT_APITEST] Exclude a test with the same rule as in the cmakelist

This commit is contained in:
Mark Jansen 2019-08-18 21:48:44 +02:00
parent ca4b001544
commit 9853eab1ea
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -51,7 +51,7 @@ const struct test winetest_testlist[] =
#endif
#if defined(TEST_STATIC_CRT)
#elif defined(TEST_MSVCRT)
#if !defined(_M_X64)
#if defined(_M_IX86)
{ "__getmainargs", func___getmainargs },
#endif
{ "_vscprintf", func__vscprintf },