Loading tests/LabTwo.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ #include <iostream> #include <string> #include <cstring> #include "../problems/LabTwo_ChapterSix.h" #include "../problems/LabTwo_ChapterSeven.h" Loading @@ -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 Loading Loading
tests/LabTwo.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ #include <iostream> #include <string> #include <cstring> #include "../problems/LabTwo_ChapterSix.h" #include "../problems/LabTwo_ChapterSeven.h" Loading @@ -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 Loading