From 618c603878958bc406a5fb27121c281c593379b6 Mon Sep 17 00:00:00 2001 From: "Brendan K. Krueger" Date: Tue, 27 Aug 2024 07:48:44 -0600 Subject: [PATCH] Update extension. --- test/{test_array.cpp => test_array.hpp} | 0 test/test_portsofcall.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{test_array.cpp => test_array.hpp} (100%) diff --git a/test/test_array.cpp b/test/test_array.hpp similarity index 100% rename from test/test_array.cpp rename to test/test_array.hpp diff --git a/test/test_portsofcall.cpp b/test/test_portsofcall.cpp index 7c8611f9..c90c7c3b 100644 --- a/test/test_portsofcall.cpp +++ b/test/test_portsofcall.cpp @@ -18,7 +18,7 @@ #define CATCH_CONFIG_RUNNER #include "catch2/catch.hpp" -#include "test_array.cpp" // TODO: Change extension +#include "test_array.hpp" TEST_CASE("EXECUTION_IS_HOST is set correctly", "[PortsOfCall]") {