small fixes

This commit is contained in:
Torsten Ruger
2016-12-27 20:34:11 +02:00
parent b9b05378f5
commit aaa94f0743
5 changed files with 14 additions and 6 deletions

View File

@ -1,7 +1,8 @@
require_relative "test_add"
require_relative "test_change"
require_relative "test_byte_to_reg"
require_relative "test_if"
require_relative "test_called_if"
require_relative "test_simple_if"
require_relative "test_puts"
require_relative "test_plus"
require_relative "test_mult"