Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
35ca1ab7
Commit
35ca1ab7
authored
May 22, 2003
by
pfdietz
Browse files
Removed two disputed error tests.
parent
c552f877
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/allocate-instance.lsp
View file @
35ca1ab7
...
...
@@ -111,6 +111,11 @@
(classify-error (allocate-instance))
program-error)
;;; I don't think the following two tests are right.
;;; The function takes a &rest argument, not a &key argument,
;;; so the section on keyword argument checking doesn't apply
#|
(deftest allocate-instance.error.2
(classify-error (allocate-instance (find-class 'allocate-instance-class-01)
:b))
...
...
@@ -120,3 +125,4 @@
(classify-error (allocate-instance (find-class 'allocate-instance-class-01)
'(a b c) nil))
program-error)
|#
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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