Commit 43f7e221 authored by James Knee's avatar James Knee
Browse files

updated spacing

parent 3a555cd5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ bool test_labOne_pTwo() {
        cout << "Test 2b failed" << endl;
        return false;
    }

    //test 2
    if (!labTwo_pTwo(arr2,16)){
        cout << "Test 2c failed" << endl;
@@ -96,7 +95,6 @@ bool test_labOne_pThree() {
        cout << "Test 3a failed" << endl;
        return false;
    }

    //test 1
    if (*test1 != 6){
        cout << "Test 3b failed" << endl;
@@ -125,7 +123,6 @@ bool test_labOne_pFour() {
        cout << "Test 4a failed" << endl;
        return false;
    }

    //test 1
    if (strcmp(result1,"BostonUniversity") != 0){
        cout << "Test 4b failed" << endl;