mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 13:14:06 +00:00
more testing
This commit is contained in:
parent
537f14a72e
commit
cb90c534c6
@ -166,6 +166,12 @@ BOOST_AUTO_TEST_CASE(bad_compare)
|
||||
auto c = histogram_t<Dynamic>(integer_axis(0, 1));
|
||||
BOOST_CHECK(!(b == c));
|
||||
BOOST_CHECK(a == c);
|
||||
c.fill(0);
|
||||
BOOST_CHECK(!(a == c));
|
||||
a.fill(0);
|
||||
BOOST_CHECK(a == c);
|
||||
a.fill(0);
|
||||
BOOST_CHECK(!(a == c));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(d1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user