Commit a71aff42 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Fixes

parent 3223f2fb
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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;