From aae0d475257f8c63b44be016efa9d75f3a6b7b84 Mon Sep 17 00:00:00 2001 From: AlternateWalls <71268229+AlternateWalls@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:37:02 -0400 Subject: [PATCH] Update others/easter.cpp Co-authored-by: David Leal --- others/easter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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