diff --git a/others/easter.cpp b/others/easter.cpp index ae0def31f..c34a84f82 100644 --- a/others/easter.cpp +++ b/others/easter.cpp @@ -75,11 +75,11 @@ EasterYearMonthDay findEaster(int y) { } } +/** + * @brief Self-test implementations + * @returns void + */ static void test() { - /* - * @brief Inputting different year values and comparing the outputs to a - * calendar - */ // 2003 | April 20th assert(findEaster(2003).month == 4); // Should return true