test other int methods

harness for testing compiler in a method (before just in a case)
This commit is contained in:
Torsten Ruger
2018-04-19 19:59:48 +03:00
parent a98d7630fb
commit 7d9132ee36
4 changed files with 42 additions and 22 deletions

View File

@@ -5,8 +5,6 @@ module Risc
class BuiltinTest < MiniTest::Test
include Ticker
def setup
@string_input = as_main(main)
super
end
end
end