Loading tests/LabThree.cpp +0 −9 Original line number Diff line number Diff line Loading @@ -109,20 +109,11 @@ bool test_labThree_pThree() { int main() { cout << "test" << endl; bool t0 = test_labThree_pZero(); cout << "test" << endl; bool t1 = test_labThree_pOne(); cout << "test" << endl; bool t2 = test_labThree_pTwo(); cout << "test" << endl; bool t3 = test_labThree_pThree(); cout << "test" << endl; cout << endl << endl << endl; cout << "pZero: " << (t0 ? "passed" : "failed") << endl; Loading Loading
tests/LabThree.cpp +0 −9 Original line number Diff line number Diff line Loading @@ -109,20 +109,11 @@ bool test_labThree_pThree() { int main() { cout << "test" << endl; bool t0 = test_labThree_pZero(); cout << "test" << endl; bool t1 = test_labThree_pOne(); cout << "test" << endl; bool t2 = test_labThree_pTwo(); cout << "test" << endl; bool t3 = test_labThree_pThree(); cout << "test" << endl; cout << endl << endl << endl; cout << "pZero: " << (t0 ? "passed" : "failed") << endl; Loading