From 22ac2e4f74589403b881d73372cbf1d86a1419d9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 27 Apr 2015 15:26:37 +0200 Subject: More loplugin:simplifybool Change-Id: Ibf09e039fe3947ce68fa2a784ca81b6ff7b13d82 --- basebmp/test/basictest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basebmp') 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", -- cgit