Loading tests/LabZero.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ bool test_labZero_pZero() { labZero_pZero(); float out = Common::getFloat(Common::restoreIO()); if (out > 2.23 && out < 2.24) { if (out > 2.2 && out < 2.4) { return true; } else { return false; Loading Loading
tests/LabZero.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ bool test_labZero_pZero() { labZero_pZero(); float out = Common::getFloat(Common::restoreIO()); if (out > 2.23 && out < 2.24) { if (out > 2.2 && out < 2.4) { return true; } else { return false; Loading