[compiler-rt] [test] Adjust an XFAIL for strtoll_strict.c for MinGW targets

8033231240f223dc7c718d1d27ece2dbcc8057c6 made this test pass
in MinGW environments, even if it still is failing in MSVC
environments.

(cherry picked from commit 277fc9475fb89c0b80d4237dbc8d698a55203c0d)
This commit is contained in:
Martin Storsjö 2023-08-28 20:31:08 +00:00 committed by Tobias Hieta
parent dd230efe70
commit c8abecdaca

View File

@ -24,7 +24,7 @@
// FIXME: Enable strtoll interceptor.
// REQUIRES: shadow-scale-3
// XFAIL: target={{.*windows-(msvc.*|gnu)}}
// XFAIL: target={{.*windows-msvc.*}}
#include <assert.h>
#include <stdlib.h>