src/c-types-test.lisp, src/test-base.lisp: Force pretty-printing.
[sod] / src / c-types-test.lisp
index 6022991..06af0d4 100644 (file)
@@ -58,6 +58,7 @@
 
 (defun assert-pp-ctype (type kernel string)
   (let* ((*print-right-margin* 77)
+        (*print-pretty* t)
         (print (with-output-to-string (out)
                  (pprint-c-type type out kernel))))
     (assert-equal (expand-tabs print) (expand-tabs string)