diff --git a/greedy_algorithms/digit_separation.cpp b/greedy_algorithms/digit_separation.cpp index 7a195b5a3..55a822939 100644 --- a/greedy_algorithms/digit_separation.cpp +++ b/greedy_algorithms/digit_separation.cpp @@ -89,7 +89,7 @@ namespace greedy_algorithms{ * @brief self test implementation * @return void */ -void tests(){ +static void tests(){ greedy_algorithms::DigitSeparation ds; // Test case: Positive number