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
1 changed files with 1 additions and 1 deletions

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/