From d4eac6600b9c0d6d606fc41d930e287488a79c53 Mon Sep 17 00:00:00 2001 From: Lajat5 <64376519+Lazeeez@users.noreply.github.com> Date: Sun, 19 Dec 2021 14:29:50 +0530 Subject: [PATCH] Update search/interpolation_search.cpp Co-authored-by: David Leal --- search/interpolation_search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/interpolation_search.cpp b/search/interpolation_search.cpp index 1a75fe5f8..cb42ad990 100644 --- a/search/interpolation_search.cpp +++ b/search/interpolation_search.cpp @@ -116,6 +116,6 @@ static void tests() { * @returns 0 on exit *******************************************************************************/ int main() { - tests(); // Condition of target found + tests(); // run self-test implementations return 0; }