We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2023b84 commit 59acc1dCopy full SHA for 59acc1d
math/check_amicable_pair.cpp
@@ -64,7 +64,7 @@ bool are_amicable(int x, int y) {
64
* @brief Self-test implementations
65
* @returns void
66
*/
67
-void tests() {
+static void tests() {
68
assert(math::are_amicable(220, 284) == true);
69
assert(math::are_amicable(6368, 6232) == true);
70
assert(math::are_amicable(458, 232) == false);
0 commit comments