Skip to content

Commit 0c19cdf

Browse files
vil02Panquesito7
andcommitted
feat: display message when all tests pass
Co-authored-by: David Leal <[email protected]>
1 parent e147656 commit 0c19cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

math/ncr_modulo_p.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ static void tests() {
165165
assert(math::ncr_modulo_p::NCRModuloP(tc.size, tc.p).ncr(tc.n, tc.r) ==
166166
tc.expected);
167167
}
168+
169+
std::cout << "\n\nAll tests have successfully passed!\n";
168170
}
169171

170172
/**

0 commit comments

Comments
 (0)