diff --git a/tests/LabTwo.cpp b/tests/LabTwo.cpp index 14e12db2583024f1f7246fe888e026531bb67294..e75f8ac76fc96ef964ada146878f816effd21fd7 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