diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-27 15:26:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-27 15:30:52 +0200 |
commit | 22ac2e4f74589403b881d73372cbf1d86a1419d9 (patch) | |
tree | eb59282e432c967983dc7eadadf37c429e071f9e /basebmp | |
parent | fc205e448b7da9bb561916c0d7d3758a8f7fee52 (diff) |
More loplugin:simplifybool
Change-Id: Ibf09e039fe3947ce68fa2a784ca81b6ff7b13d82
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/basictest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx index 59d7e773a538..293fbe5d1c17 100644 --- a/basebmp/test/basictest.cxx +++ b/basebmp/test/basictest.cxx @@ -88,7 +88,7 @@ public: CPPUNIT_ASSERT_MESSAGE("right size", pDevice->getSize() == aSize2 ); CPPUNIT_ASSERT_MESSAGE("Top down format", - pDevice->isTopDown() == true ); + pDevice->isTopDown() ); CPPUNIT_ASSERT_MESSAGE("Scanline format", pDevice->getScanlineFormat() == FORMAT_ONE_BIT_MSB_PAL ); CPPUNIT_ASSERT_MESSAGE("Scanline len", |