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

loplugin:salunicodeliteral: testtools

Change-Id: I1be797b30ca5a06bb4bb4dfed9269d36efc4f964
üst f5f564ba
......@@ -957,7 +957,7 @@ void Test_Impl::testConstructorsService(
args[7] <<= SAL_MAX_UINT64;
args[8] <<= 0.123f;
args[9] <<= 0.456;
args[10] <<= sal_Unicode('X');
args[10] <<= u'X';
args[11] <<= OUString("test");
args[12] <<= UnoType< Any >::get();
args[13] <<= true;
......
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