aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stdlib/source/lux/test.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/test.lux b/stdlib/source/lux/test.lux
index 94a77d8cf..8e854d501 100644
--- a/stdlib/source/lux/test.lux
+++ b/stdlib/source/lux/test.lux
@@ -292,12 +292,12 @@
(exec (log! ($_ _appendT_
"Test-suite finished."
"\n"
- (_%i_ (nat-to-int (~ g!_))) " tests failed."
- "\n"
(_%i_ (nat-to-int (~ g!accum)))
" out of "
(~ (|> num-tests nat-to-int _%i_ ast;text))
- " tests passed."))
+ " tests passed."
+ "\n"
+ (_%i_ (nat-to-int (~ g!_))) " tests failed."))
(promise;future (if (n.> +0 (~ g!_))
;;die
;;exit))))