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

committed by mistake

Change-Id: I40a4aa2239736a081a94b04c2f510866be5ac54c
üst 19854e65
...@@ -60,7 +60,6 @@ void test::oustring::StringConcat::check() ...@@ -60,7 +60,6 @@ void test::oustring::StringConcat::check()
CPPUNIT_ASSERT_EQUAL( OUString( "fooxyz" ), OUString( OUString( "foo" ) + d1 )); CPPUNIT_ASSERT_EQUAL( OUString( "fooxyz" ), OUString( OUString( "foo" ) + d1 ));
TYPES_ASSERT_EQUAL(( typeid( OUStringConcat< OUString, const char[ 4 ] > )), typeid( OUString( "foo" ) + d1 )); TYPES_ASSERT_EQUAL(( typeid( OUStringConcat< OUString, const char[ 4 ] > )), typeid( OUString( "foo" ) + d1 ));
} }
#undef typeid
}} // namespace }} // namespace
......
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