diff --git a/operations_on_datastructures/reverse_binary_tree.cpp b/operations_on_datastructures/reverse_binary_tree.cpp index 38e27fd5e..e91dac588 100644 --- a/operations_on_datastructures/reverse_binary_tree.cpp +++ b/operations_on_datastructures/reverse_binary_tree.cpp @@ -248,6 +248,6 @@ static void test() { * @returns 0 on exit */ int main() { - test(); ///< Run our Test cases + test(); // run self-test implementations return 0; }