Initialize the test-expr slot for unexpected-error errors.
authorMarco Baringer <mb@bese.it>
Sat, 10 Dec 2005 14:43:27 +0000 (15:43 +0100)
committerMarco Baringer <mb@bese.it>
Sat, 10 Dec 2005 14:43:27 +0000 (15:43 +0100)
src/run.lisp

index b2bbf24..54a9020 100644 (file)
@@ -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))