fix many tests with preloading
preloading, something akin to builtin, loads some very small predefined (macro) methods for the tests to work (ie call)
This commit is contained in:
@ -5,7 +5,6 @@ module Risc
|
||||
include Statements
|
||||
|
||||
def setup
|
||||
super
|
||||
@class_input = "def self.simple_return; return 1 ; end;"
|
||||
@input = "return Test.simple_return"
|
||||
@expect = [LoadConstant, RegToSlot, Branch]
|
||||
|
Reference in New Issue
Block a user