Commit 9b325987 authored by James Knee's avatar James Knee
Browse files

Merge branch 'prob1Testing' into 'master'

updated test case

See merge request !6
parents 5f24713f dd628d2c
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;
    }