Add code coverage macro to DataDistributionTracker::SafeAccessor::operator()

This commit is contained in:
sfc-gh-tclinkenbeard 2020-11-16 13:25:39 -08:00
parent 6235d087a6
commit 4f369e70ab
1 changed files with 1 additions and 0 deletions

View File

@ -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;