From: Marco Baringer Date: Sat, 10 Dec 2005 14:43:27 +0000 (+0100) Subject: Initialize the test-expr slot for unexpected-error errors. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b0179e932000bf4096ecaefd8c2e20f4df33cec1;p=fiveam.git Initialize the test-expr slot for unexpected-error errors. --- diff --git a/src/run.lisp b/src/run.lisp index b2bbf24..54a9020 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -126,6 +126,7 @@ run.")) (bind-run-state ((current-test test)) (labels ((abort-test (e) (add-result 'unexpected-test-failure + :test-expr nil :test-case test :reason (format nil "Unexpected Error: ~S." e) :condition e))