Skip to content

Fix #142: (random 0) signals incorrect error

Raymond Toy requested to merge issue-142-random-0-wrong-error into master

Remove the incorrectly placed closing paren which was leaving off the :format-arguments to error. This caused an error message about format running out of arguments instead of an error message that the argument was not a positive value.

This shows up in ansi-test random.error.3.

Merge request reports

Loading