test to check that types are types

which led to dictionary bug
This commit is contained in:
Torsten Ruger
2016-12-30 20:48:14 +02:00
parent 7f06e00ccd
commit e80d028f7b
3 changed files with 20 additions and 0 deletions

View File

@ -6,6 +6,7 @@ class TestBasic < MiniTest::Test
include AST::Sexp
def setup
Register.machine.boot
@output = Register::RegisterValue
end