Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
da27662a
Commit
da27662a
authored
Sep 07, 2005
by
camm
Browse files
class-precedence-list tests should work now
parent
328bdcea
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/class-precedence-lists.lsp
View file @
da27662a
...
...
@@ -12,13 +12,8 @@
(:method-combination list)
.
#.(loop for s in *cl-types-that-are-classes-symbols*
;; FIXME
;; This was added to get gcl to not abort here,
;; but it masks ANSI noncompliance
#+gcl when #+gcl (ignore-errors (pcl::find-class-from-cell
s (pcl::find-class-cell s)))
collect
`(:method list ((x ,s)) ',s))))))
`(:method list ((x ,s))
',s))))))
(defmacro def-cpl-test (objform expected-cpl &optional name)
(let* ((ordered (loop for e = expected-cpl then (cdr e)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment