From 1e1d11d03e210e142d1f9f9862981d72d5393d76 Mon Sep 17 00:00:00 2001 From: chestamittal <53469607+chestamittal@users.noreply.github.com> Date: Tue, 20 Oct 2020 01:39:35 +0530 Subject: [PATCH] Update math/lcm_sum.cpp Co-authored-by: David Leal --- math/lcm_sum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }