diff --git a/math/lcm_sum.cpp b/math/lcm_sum.cpp index 12141afd1..6ccb5abfe 100644 --- a/math/lcm_sum.cpp +++ b/math/lcm_sum.cpp @@ -85,6 +85,6 @@ static void test() { * main function */ int main() { - test(); + test(); // execute the tests return 0; }