Loading tests/LabTwo.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading Loading @@ -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; Loading Loading
tests/LabTwo.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading Loading @@ -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; Loading