Commit 7e39bc38 authored by James Knee's avatar James Knee
Browse files

changes from comments

parent 0bb7543f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@

#include <iostream>
#include <string>
#include <cstring>

#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