aboutsummaryrefslogtreecommitdiffstats
path: root/csc/testing.csc
diff options
context:
space:
mode:
Diffstat (limited to 'csc/testing.csc')
-rw-r--r--csc/testing.csc2
1 files changed, 1 insertions, 1 deletions
diff --git a/csc/testing.csc b/csc/testing.csc
index aad2a63..ecf5547 100644
--- a/csc/testing.csc
+++ b/csc/testing.csc
@@ -63,7 +63,7 @@
(let ((x left)
(y right))
(unless (cmp x y)
- (fatalf "Fatal: {} is not equal to {}.\nleft is {}\nright is {}" 'left 'right x y))))
+ (fatalf "Fatal:\n {}\nis not equal to\n {}.\nleft is\n {}\nright is\n {}" 'left 'right x y))))
((assert-equal left right)
(assert-equal equal? left right))))