From e48e7e828f77e7013ebf7a7e87ef8055543fc423 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 21 Dec 2013 22:10:59 -0800 Subject: [PATCH] Fix trac.50 to use princ-to-string. --- tests/trac.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trac.lisp b/tests/trac.lisp index 1fd068359..dbe874185 100644 --- a/tests/trac.lisp +++ b/tests/trac.lisp @@ -59,7 +59,7 @@ (define-test trac.50 (:tag :trac) (assert-equal "#P(:DIRECTORY (:ABSOLUTE \"tmp\" \"\" \"a\" \"\" \"b\"))" - (princ (make-pathname :directory '(:absolute "tmp" "" "a" "" "b"))))) + (princ-to-string (make-pathname :directory '(:absolute "tmp" "" "a" "" "b"))))) (defparameter *trac.70* (make-string 40 :initial-element #\A)) -- GitLab