Loading tests/LabOne.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ bool test_labOne_pZero() { if (out.find("**********") == string::npos) return false; cerr << "HERE1" << endl; return true; } Loading @@ -47,7 +46,6 @@ bool test_labOne_pOne() { if (out!=48) return false; cerr << "HERE2" << endl; return true; } Loading @@ -71,7 +69,6 @@ bool test_labOne_pTwo() { return false; } cerr << "HERE3" << endl; // All tests passed return true; } Loading @@ -94,7 +91,6 @@ bool test_labOne_pThree() { if (sum!=132) return false; cerr << "HERE4" << endl; return true; } Loading Loading
tests/LabOne.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ bool test_labOne_pZero() { if (out.find("**********") == string::npos) return false; cerr << "HERE1" << endl; return true; } Loading @@ -47,7 +46,6 @@ bool test_labOne_pOne() { if (out!=48) return false; cerr << "HERE2" << endl; return true; } Loading @@ -71,7 +69,6 @@ bool test_labOne_pTwo() { return false; } cerr << "HERE3" << endl; // All tests passed return true; } Loading @@ -94,7 +91,6 @@ bool test_labOne_pThree() { if (sum!=132) return false; cerr << "HERE4" << endl; return true; } Loading