Skip to content

Commit

Permalink
tests: Use CTYPE= instead of EQUAL.
Browse files Browse the repository at this point in the history
Sometimes the compiler may use (MEMBER T NIL) instead of BOOLEAN.
  • Loading branch information
karlosz committed Sep 21, 2024
1 parent e3305fc commit 144b932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compiler.pure.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,7 @@
(assert (< d3 (* 10 short-avg))))))

(with-test (:name :bug-384892)
(assert (equal
(assert (ctype=
'(function (fixnum fixnum &key (:k1 boolean))
(values (member t) &optional))
(sb-kernel:%simple-fun-type
Expand Down

0 comments on commit 144b932

Please sign in to comment.