Add code coverage macro to DataDistributionTracker::SafeAccessor::operator()
This commit is contained in:
parent
6235d087a6
commit
4f369e70ab
|
@ -97,6 +97,7 @@ struct DataDistributionTracker {
|
|||
|
||||
DataDistributionTracker* operator()() {
|
||||
if (trackerCancelled) {
|
||||
TEST(true); // Trying to access DataDistributionTracker after tracker has been cancelled
|
||||
throw dd_tracker_cancelled();
|
||||
}
|
||||
return &tracker;
|
||||
|
|
Loading…
Reference in New Issue