Fix comparison bug

Unchanged high level test, ohh how great is testing
This commit is contained in:
2020-03-17 11:06:33 +02:00
parent f03f445652
commit fea98979e8
3 changed files with 2 additions and 3 deletions

View File

@ -32,7 +32,6 @@ module Risc
run_main_return "5 > 5"
assert_equal Parfait::FalseClass , get_message_return.class
end
def test_smaller_or_true
run_main_return "4 <= 5"
assert_equal Parfait::TrueClass , get_message_return.class