Assume 0 false positives in test
This commit is contained in:
@@ -105,5 +105,5 @@ int main() {
|
|||||||
|
|
||||||
/* It is totally fine to have a few false positives */
|
/* It is totally fine to have a few false positives */
|
||||||
std::cout << "Total false positives: " << totalFalsePositives << std::endl;
|
std::cout << "Total false positives: " << totalFalsePositives << std::endl;
|
||||||
assert(totalFalsePositives == 1);
|
assert(totalFalsePositives == 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user