From 74b82e9a7ecd1b0083841ffc7e43c758c20590cb Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 26 Jun 2020 20:02:04 -0400 Subject: [PATCH] Disable a JSONTest.Integers test with all MSVCs, PR46470 --- unittests/Support/JSONTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Support/JSONTest.cpp b/unittests/Support/JSONTest.cpp index 73fc626af8c..e150fffbfa8 100644 --- a/unittests/Support/JSONTest.cpp +++ b/unittests/Support/JSONTest.cpp @@ -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},