1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Disable a JSONTest.Integers test with all MSVCs, PR46470

This commit is contained in:
Nico Weber 2020-06-26 20:02:04 -04:00
parent 79ca9c7eae
commit 74b82e9a7e

View File

@ -326,7 +326,7 @@ TEST(JSONTest, Integers) {
// PR46470,
// https://developercommunity.visualstudio.com/content/problem/1093399/incorrect-result-when-printing-6917529027641081856.html
#if !defined(_MSC_VER) || _MSC_VER < 1926
#if !defined(_MSC_VER)
{
"Dynamically exact integer. Stored as double, convertible.",
double{0x6000000000000000},