diff --git a/test/test_multi_span.cpp b/test/test_multi_span.cpp index f4a4b066c..8658630b3 100644 --- a/test/test_multi_span.cpp +++ b/test/test_multi_span.cpp @@ -203,7 +203,7 @@ namespace ++itr; CHECK_EQUAL(struct_data2[2].i, (*itr).i); ++itr; - CHECK_EQUAL(ETL_NULLPTR, itr.operator->()); + CHECK(ETL_NULLPTR == itr.operator->()); } }; }