summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-03-01 20:26:44 -0500
committerSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-03-01 20:26:44 -0500
commit510ba64929cd7beb002508936fed9af4215a5d94 (patch)
tree5e47000b01d7c274dedfda349ed83304f03bf36f /tests
parent428cdf3d8be3d46ca071967596083da98840fbbd (diff)
windows environment fix, catch2 version change changes included
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]")
{