Commit dd628d2c authored by James Knee's avatar James Knee
Browse files

updated test case

parent 7e11760f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ float test_0a(){
        total -= 2.5;
    }

    if (case4 != 9){
        cout << "-2.5: Hamming(3725,845) = 59, but your function returned Hamming(3725,845) = " << case4 << endl;
    if (case4 != 8){
        cout << "-2.5: Hamming(3745,845) = 9, but your function returned Hamming(3745,845) = " << case4 << endl;
        total -= 2.5;
    }