projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d73f5f9
)
Fix thinko in last change.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 28 Sep 2009 02:33:34 +0000
(19:33 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 28 Sep 2009 02:33:34 +0000
(19:33 -0700)
tests/unit-testing.scm
patch
|
blob
|
history
diff --git
a/tests/unit-testing.scm
b/tests/unit-testing.scm
index 0d55eb1fe8a49065c55b257a46e1ff46316f50d3..73a50a4c2ae4f532c596ca147d974f30938b4a1d 100644
(file)
--- a/
tests/unit-testing.scm
+++ b/
tests/unit-testing.scm
@@
-131,7
+131,7
@@
USA.
(write-string " sub-tests" port)
(newline port)))))
((> n-sub-tests 0)
- (report-sub-test-result
name
+ (report-sub-test-result
(write-to-string name)
(cdar sub-test-results)
port))))
;; Value is true iff all tests passed.
@@
-140,7
+140,7
@@
USA.
sub-test-results))
(define (report-sub-test-result name failure port)
- (write name port)
+ (write
-string
name port)
(write-string ": " port)
(cond ((not failure)
(write-string "passed" port))