No changes, just a small optimization in DataStreamTestCase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 May 2013 00:30:53 +0000 (00:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 May 2013 00:30:53 +0000 (00:30 +0000)
commit393b6027be459dc9a5cd60d6fcee41999ad7069a
tree36fc7a6c2a6b410ef2af3f97f9b0170e8ce302b3
parent337bbb7a06504cf5f55b77ce0a17956b76a5f186
No changes, just a small optimization in DataStreamTestCase.

Don't create streams on the heap completely unnecessarily, just allocate them
on the stack. This makes the code shorter, safer and slightly more efficient.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/streams/datastreamtest.cpp