diff options
| author | 2025-11-03 21:52:31 -0500 | |
|---|---|---|
| committer | 2025-11-03 21:52:31 -0500 | |
| commit | 456e9b68ec75b1d3231cfa78d96e69aad11fed97 (patch) | |
| tree | 68f9b01e653bf001946fcb7969a2d7ebe31e53e4 /lib/cuprate.sld | |
| parent | TR7 (diff) | |
considering continuations
Diffstat (limited to '')
| -rw-r--r-- | lib/cuprate.sld | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/cuprate.sld b/lib/cuprate.sld index 91df5ff..a23f55a 100644 --- a/lib/cuprate.sld +++ b/lib/cuprate.sld @@ -32,9 +32,10 @@ pretty-print) (begin (define-record-type <test-info> - (wrap-test-info dict) + (wrap-test-info dict exited?) test-info? - (dict unwrap-test-info set-test-info!)) + (dict unwrap-test-info set-test-info!) + (exited? test-info-exited? set-test-info-exited!)) (define assertion-violation error)) (cond-expand ((or foment chicken-5) (include "cuprate.simple-define-test-application.scm")) |
