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

updated Common

parent ea6f131e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ bool test_labOne_pZero() {
    if (out.find("**********") == string::npos)
        return false;

    cerr << "HERE1" << endl;
    return true;
}

@@ -47,7 +46,6 @@ bool test_labOne_pOne() {
    if (out!=48)
        return false;

    cerr << "HERE2" << endl;
    return true;
}

@@ -71,7 +69,6 @@ bool test_labOne_pTwo() {
        return false;
    }

    cerr << "HERE3" << endl;
    // All tests passed
    return true;
}
@@ -94,7 +91,6 @@ bool test_labOne_pThree() {
    if (sum!=132)
        return false;

    cerr << "HERE4" << endl;
    return true;
}