rubyx/test/risc/builtin/helper.rb
Torsten Ruger 7d9132ee36 test other int methods
harness for testing compiler in a method (before just in a case)
2018-04-19 19:59:48 +03:00

12 lines
163 B
Ruby

require_relative "../helper"
module Risc
module Builtin
class BuiltinTest < MiniTest::Test
include Ticker
def setup
end
end
end
end