From ea4307b393dfa74e545ca73743322c9e7d6be335 Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Thu, 15 Jul 2021 14:06:37 +0530 Subject: [PATCH] Update sorting/wave_sort.cpp Co-authored-by: David Leal --- sorting/wave_sort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/wave_sort.cpp b/sorting/wave_sort.cpp index bff0d56ef..8db8fa005 100644 --- a/sorting/wave_sort.cpp +++ b/sorting/wave_sort.cpp @@ -87,6 +87,6 @@ static void test() { * @returns 0 on exit */ int main() { - test(); // execute the test + test(); // run self-test implementations return 0; }