Fix compare between pointer and 0 in unittests
authorJozef Behran <jozuejozef@gmail.com>
Tue, 13 Aug 2019 12:26:37 +0000 (14:26 +0200)
committersfan5 <sfan5@live.de>
Tue, 13 Aug 2019 12:44:32 +0000 (14:44 +0200)
commit833e60d8d229a082e9841dc89494e6bda9cd5020
tree326be19c887b5ca9481868eb92d38d73e83686b7
parent2f879e8bbd8329e4c796dc1f7eeea9bdc3be2b3d
Fix compare between pointer and 0 in unittests

Pointers shall be set to nullptr, not 0, according to the
coding standards. By implication they shall be compared with
nullptr, not 0, too. Fix this code to match that.
src/unittest/test.cpp