summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-01 20:44:28 -0500
committerbd <bdunahu@operationnull.com>2025-03-01 20:44:28 -0500
commita81e74ecfc73e27cceba863b8c780ebde51a8d47 (patch)
treeecadb88ef81a84dddae4060f7ebae8c10ced3c31 /tests
parent658ffc1ad4beae41262800095c2512005531e84e (diff)
parent510ba64929cd7beb002508936fed9af4215a5d94 (diff)
Merge remote-tracking branch 'origin/dev-sid' into bdunahu
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.cc b/tests/tests.cc
index d866172..8a23c4d 100644
--- a/tests/tests.cc
+++ b/tests/tests.cc
@@ -1,6 +1,6 @@
#define CATCH_CONFIG_MAIN
-#include "catch2/catch.hpp"
#include "fact.h"
+#include<catch2/catch_test_macros.hpp>
TEST_CASE( "factorials are computed", "[factorial]")
{