had to let go of crystal (sniff) as the name was taken

This commit is contained in:
Torsten Ruger
2014-07-17 01:00:15 +03:00
parent f8e3f17660
commit fb105cb895
24 changed files with 34 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ class TestRunner < MiniTest::Test
def execute file
string = File.read(file)
parser = Parser::Crystal.new
parser = Parser::Sapphire.new
object_space = Vm::Program.new "Arm"
syntax = parser.parse_with_debug(string)
assert syntax