From b5cb054be90cc4d4ca25e6a147985cbaa4e2141c Mon Sep 17 00:00:00 2001 From: RitikaGupta8734 <43800283+RitikaGupta8734@users.noreply.github.com> Date: Wed, 1 Sep 2021 09:53:39 +0530 Subject: [PATCH] Update strings/z_function.cpp comments added Co-authored-by: David Leal --- strings/z_function.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings/z_function.cpp b/strings/z_function.cpp index 6e827e40e..e477021d0 100644 --- a/strings/z_function.cpp +++ b/strings/z_function.cpp @@ -81,6 +81,6 @@ static void test(){ */ int main() { - testing(); + test(); // run self-test implementations return 0; }