Add support for unless
ifs without a true branch would crash before Somewhat more verbose but unified
This commit is contained in:
@ -24,7 +24,6 @@ module Risc
|
||||
produced = produce_body
|
||||
check = produced.next(4)
|
||||
assert_equal IsZero , check.class
|
||||
assert check.label.name.start_with?("merge_label") , check.label.name
|
||||
end
|
||||
def test_false_label
|
||||
produced = produce_body
|
||||
|
Reference in New Issue
Block a user