Kaydet (Commit) e82bc17d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:simplifybool

Change-Id: I9c4be053a8e39683e0d557a7a6be109507374d70
üst b0494019
...@@ -2588,7 +2588,7 @@ namespace osl_File ...@@ -2588,7 +2588,7 @@ namespace osl_File
CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError1 ); CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError1 );
CPPUNIT_ASSERT_MESSAGE( "test for isEndOfFile function: set the position to end, check if reach end", CPPUNIT_ASSERT_MESSAGE( "test for isEndOfFile function: set the position to end, check if reach end",
sal_True == *pEOF ); *pEOF );
} }
void isEndOfFile_002() void isEndOfFile_002()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment