]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: corrected control reaches end by adding a return 53606/head
authorPatty8122 <divyapattisapu@uchicago.edu>
Fri, 22 Sep 2023 21:10:13 +0000 (16:10 -0500)
committerPatty8122 <divyapattisapu@uchicago.edu>
Sun, 1 Oct 2023 23:09:40 +0000 (18:09 -0500)
Signed-off-by: Patty8122 <divyapattisapu@uchicago.edu>
src/test/TestTimers.cc

index a561f8f50977900d299aefd23ff8055d63b53684..267ce5444ea4f3a194d76793998b536e55b4f487 100644 (file)
@@ -308,6 +308,8 @@ static int safe_timer_loop_test(SafeTimer &safe_timer,
               << std::endl;
     return -1;
   }
+
+  return 0;
 }
 
 int main(int argc, const char **argv)