Commit 7fd0b7a4 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Merge branch 'fixesFromComments' into 'master'

changes from comments

See merge request !7
parents 2761b801 7e39bc38
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