50TEST(InternalEvent_equality_ops, Dispatch_same_kind_different_other) {
51 ompt_data_t DI1{.ptr = (
void *)0x33};
54 ompt_dispatch_t::ompt_dispatch_section,
57 ompt_data_t DI2{.ptr = (
void *)0x66};
60 ompt_dispatch_t::ompt_dispatch_section,
64 EXPECT_EQ(D1 == D2,
true);