Skip to content

Commit 9700dfe

Browse files
committed
Testcase succeeds on Win32-VC-32bit, only 64bit needs to be fixed.
1 parent 253bfe4 commit 9700dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5745,7 +5745,7 @@ class TestOther : public TestFixture {
57455745
check("void f(unsigned long long ull) {\n"
57465746
" if (ull == 0x89504e470d0a1a0a || ull == 0x8a4d4e470d0a1a0a) ;\n"
57475747
"}\n");
5748-
#ifdef _MSC_VER
5748+
#if defined(_MSC_VER) && defined(_M_AMD64)
57495749
TODO_ASSERT_EQUALS("", "[test.cpp:2] -> [test.cpp:2]: (style) Same expression on both sides of '||'.\n", errout.str());
57505750
#else
57515751
ASSERT_EQUALS("", errout.str());

0 commit comments

Comments
 (0)