Skip to content

Commit

Permalink
ansi-test: Skip dragonbox on ECL
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jun 29, 2024
1 parent 127567e commit 5a86e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ansi-test/test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(defvar *client-initargs*
'((burger-dybvig)
(schubfach)
(dragonbox)))
#-ecl (dragonbox)))

(defun test (&rest args &key exit &allow-other-keys)
(setf args (remprop :exit args))
Expand Down

0 comments on commit 5a86e90

Please sign in to comment.