From 5ac6c8480c5d5866d55b18a5674c96acc3e3f427 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 1 Dec 2016 15:53:29 -0400 Subject: - Logging test errors with one less newline afterwards. --- stdlib/source/lux/test.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/source/lux/test.lux b/stdlib/source/lux/test.lux index e7a527dea..8ff397d7a 100644 --- a/stdlib/source/lux/test.lux +++ b/stdlib/source/lux/test.lux @@ -57,7 +57,7 @@ #let [post (io;run (System.currentTimeMillis []))]] (case outcome (#;Left error) - (wrap (log! (format "Error: " (:: text;Codec encode description) " @ " module "\n" error "\n\n"))) + (wrap (log! (format "Error: " (:: text;Codec encode description) " @ " module "\n" error "\n"))) _ (exec (log! (format "Success: " (:: text;Codec encode description) " @ " module -- cgit v1.2.3