Remove dead code

some copy paste in creating full mom layer left dome unused (untested) 
code
thanks to code climate stats
This commit is contained in:
2019-08-18 10:19:52 +03:00
parent 5a43cbff15
commit 15d1c07a1c
6 changed files with 10 additions and 115 deletions

View File

@ -17,5 +17,8 @@ module RubyX
assert_output(/compiling/) {RubyXC.start(["compile" , "test/mains/source/add__4.rb"])}
File.delete "add__4.o"
end
def test_interpret
assert_output(/interpreting/) {RubyXC.start(["interpret" , "test/mains/source/add__4.rb"])}
end
end
end