1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-10 09:29:26 +00:00

run-tests.rb should see stack underflows

This commit is contained in:
mgcaret 2020-01-06 09:57:02 -08:00
parent 34ea44a3aa
commit 02d557e597

View File

@ -116,7 +116,7 @@ def run_suite(suite, outfile = nil)
prevline = ""
outbuf.string.lines.each do |line|
case line
when /Exception/, /not found/
when /Exception/, /Def not found/, /Stack u/
STDERR.puts prevline, line
errors += 1
when /WRONG/, /INCORRECT/