Kaydet (Commit) 2dde3c3e authored tarafından Luboš Luňák's avatar Luboš Luňák

reset the flag before checking it it will be set again

üst d91d98a5
...@@ -84,6 +84,7 @@ CPPUNIT_TEST_SUITE_END(); ...@@ -84,6 +84,7 @@ CPPUNIT_TEST_SUITE_END();
rtl_string_unittest_const_literal = false, \ rtl_string_unittest_const_literal = false, \
( void ) rtl::OString( argument ), \ ( void ) rtl::OString( argument ), \
result_tmp = rtl_string_unittest_const_literal, \ result_tmp = rtl_string_unittest_const_literal, \
rtl_string_unittest_const_literal = false, \
( void ) rtl::OStringBuffer( argument ), \ ( void ) rtl::OStringBuffer( argument ), \
rtl_string_unittest_const_literal && result_tmp ) rtl_string_unittest_const_literal && result_tmp )
......
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