fix the compile while test

This commit is contained in:
Torsten Ruger
2015-07-18 19:02:54 +03:00
parent 3d8fc8819c
commit a554762da8
4 changed files with 30 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ module Virtual
begin
self.send "compile_#{exp_name}".to_sym , expression, method
rescue NoMethodError => e
puts "No compile method found for " + exp_name
puts "No compile method found for " + exp_name + " #{e}"
raise e
end
end