Fix cdr-7 regression test

This commit is contained in:
Daniel Kochmański 2016-11-09 18:08:11 +01:00
parent 338be8b488
commit 2f2abc7129

View file

@ -64,7 +64,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
;; 22.* Format tests ;;
;;;;;;;;;;;;;;;;;;;;;;;;;
(defun fmt (stream argument colonp atsignp &rest params)
(defun cl-user::fmt (stream argument colonp atsignp &rest params)
(declare (ignore argument colonp atsignp))
(format stream "~S~%" params))