Fix one of the test-outcome messages.
This commit is contained in:
parent
30f9cd0dab
commit
7269b2a1c1
|
@ -142,7 +142,7 @@
|
||||||
[else (format (string-append
|
[else (format (string-append
|
||||||
(if ck?
|
(if ck?
|
||||||
(string-constant test-engine-m-of-n-checks-failed)
|
(string-constant test-engine-m-of-n-checks-failed)
|
||||||
(string-constant test-engine-0-tests-passed))
|
(string-constant test-engine-m-of-n-tests-failed))
|
||||||
"\n\n")
|
"\n\n")
|
||||||
failed total)])))
|
failed total)])))
|
||||||
(send editor insert
|
(send editor insert
|
||||||
|
|
Loading…
Reference in New Issue
Block a user