We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253bfe4 commit 9700dfeCopy full SHA for 9700dfe
1 file changed
test/testother.cpp
@@ -5745,7 +5745,7 @@ class TestOther : public TestFixture {
5745
check("void f(unsigned long long ull) {\n"
5746
" if (ull == 0x89504e470d0a1a0a || ull == 0x8a4d4e470d0a1a0a) ;\n"
5747
"}\n");
5748
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && defined(_M_AMD64)
5749
TODO_ASSERT_EQUALS("", "[test.cpp:2] -> [test.cpp:2]: (style) Same expression on both sides of '||'.\n", errout.str());
5750
#else
5751
ASSERT_EQUALS("", errout.str());
0 commit comments