brought test suite up to date, fixed a dumb error that occured when parsing integers larger than 100

This commit is contained in:
alisdair sullivan 2010-06-21 23:06:55 -07:00
parent 34929a452e
commit 37f9d2a07a
8 changed files with 196 additions and 43 deletions

View file

@ -27,7 +27,7 @@ main(Backends) ->
to_abf(Backend) ->
case os:getenv("TMPDIR") of
false -> Out = "/tmp"
false -> Out = "."
; Out -> Out
end,
Name = to_modname(Backend),