mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
Fix cdr-7 regression test
This commit is contained in:
parent
338be8b488
commit
2f2abc7129
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue