From 7e39bc38f55ba67a4facbc04ae06a1e3010e701d Mon Sep 17 00:00:00 2001 From: James Knee Date: Tue, 22 Oct 2024 00:48:28 -0400 Subject: [PATCH] changes from comments --- tests/LabTwo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/LabTwo.cpp b/tests/LabTwo.cpp index 14e12db..e75f8ac 100644 --- a/tests/LabTwo.cpp +++ b/tests/LabTwo.cpp @@ -6,6 +6,7 @@ #include #include +#include #include "../problems/LabTwo_ChapterSix.h" #include "../problems/LabTwo_ChapterSeven.h" @@ -26,7 +27,7 @@ bool test_labOne_pZero() { } //test 1 if(labTwo_pZero(arr1,4) != 14){ - cout << "Test 0ab failed" << endl; + cout << "Test 0b failed" << endl; return false; } // All tests passed -- GitLab