start with some slot definition tests
This commit is contained in:
13
test/mom/instruction/test_slot_load.rb
Normal file
13
test/mom/instruction/test_slot_load.rb
Normal file
@ -0,0 +1,13 @@
|
||||
require_relative "helper"
|
||||
|
||||
module Mom
|
||||
class TestSlotLoad < MiniTest::Test
|
||||
|
||||
def setup
|
||||
end
|
||||
|
||||
def test_while_instructions
|
||||
assert_nil nil
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user