fix scoping of blockcompiler
Was accessing caller scope, but must use caller's caller as the yield itself is a call.
This commit is contained in:
@ -3,7 +3,6 @@ require_relative "../helper"
|
||||
module Risc
|
||||
class TestMessageSetupSimple < MiniTest::Test
|
||||
include Statements
|
||||
include Assertions
|
||||
|
||||
def setup
|
||||
super
|
||||
|
Reference in New Issue
Block a user