fix tests from NotSame removal

This commit is contained in:
Torsten Ruger
2018-03-24 18:33:19 +02:00
parent 8cee2db1d1
commit a407601f5c
4 changed files with 46 additions and 38 deletions

View File

@ -65,7 +65,7 @@ module Risc
postamble.each {all.pop}
str = all.to_s.gsub("Risc::","")
ret = ""
str.split(",").each_slice(6).each do |line|
str.split(",").each_slice(5).each do |line|
ret += " " + line.join(",") + " ,\n"
end
ret