fix while.to_vool
sanitize normalizer on the way - return ruby, let caller to_vool - return single statement, not single? statements
This commit is contained in:
@ -19,7 +19,6 @@ module Ruby
|
||||
lst = compile( basic_while )
|
||||
assert_equal TrueConstant , lst.body.class
|
||||
end
|
||||
|
||||
def reverse_while
|
||||
"true while(false)"
|
||||
end
|
||||
|
Reference in New Issue
Block a user