deprecating ruby package
to be replaced by vool and mom
This commit is contained in:
16
stash/test_rubyx/passes/test_normalizer.rb
Normal file
16
stash/test_rubyx/passes/test_normalizer.rb
Normal file
@ -0,0 +1,16 @@
|
||||
require_relative "helper"
|
||||
|
||||
module Rubyx
|
||||
module Passes
|
||||
class TestNormalizer < MiniTest::Test
|
||||
|
||||
def setup
|
||||
Risc.machine.boot unless Risc.machine.booted
|
||||
end
|
||||
|
||||
def test_no_thing
|
||||
assert true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user