diff --git a/OSBindings/Mac/Clock SignalTests/8088Tests.mm b/OSBindings/Mac/Clock SignalTests/8088Tests.mm index 35841e1b5..25c6e7967 100644 --- a/OSBindings/Mac/Clock SignalTests/8088Tests.mm +++ b/OSBindings/Mac/Clock SignalTests/8088Tests.mm @@ -127,10 +127,10 @@ class Segments { bool operator ==(const Segments &rhs) const { return - es_base_ != rhs.es_base_ && - cs_base_ != rhs.cs_base_ && - ds_base_ != rhs.ds_base_ && - ss_base_ != rhs.ss_base_; + es_base_ == rhs.es_base_ && + cs_base_ == rhs.cs_base_ && + ds_base_ == rhs.ds_base_ && + ss_base_ == rhs.ss_base_; } private: