mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 13:13:55 +00:00
In lightweight_test_eq_nullptr, test with nullptr as first argument as well
This commit is contained in:
parent
e1d50a1de2
commit
e11fa9ac03
@ -22,6 +22,9 @@ int main()
|
||||
BOOST_TEST_EQ( p1, nullptr );
|
||||
BOOST_TEST_NE( p2, nullptr );
|
||||
|
||||
BOOST_TEST_EQ( nullptr, p1 );
|
||||
BOOST_TEST_NE( nullptr, p2 );
|
||||
|
||||
#endif
|
||||
|
||||
return boost::report_errors();
|
||||
|
Loading…
x
Reference in New Issue
Block a user