Skip to content

Commit

Permalink
Fix sb-introspect tests.
Browse files Browse the repository at this point in the history
(define-method-combination r nil) is no longer accepted.
  • Loading branch information
stassats committed May 10, 2018
1 parent 86c730c commit 795f1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sb-introspect/test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

(define-modify-macro q (x) logand)

(define-method-combination r nil)
(define-method-combination r)

(define-setf-expander s (a b)
(format t "~a ~a~%" a b))
Expand Down

0 comments on commit 795f1d0

Please sign in to comment.