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
80db50c0
Commit
80db50c0
authored
Dec 18, 2002
by
pfdietz
Browse files
Commented out coerce.error.1, which I am not sure is required.
parent
e500481b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/coerce.lsp
View file @
80db50c0
...
...
@@ -130,9 +130,9 @@
;;; Error tests
(deftest coerce.error.1
(classify-error (coerce -1 '(integer 0 100)))
type-error)
;;;
(deftest coerce.error.1
;;;
(classify-error (coerce -1 '(integer 0 100)))
;;;
type-error)
(deftest coerce.error.2
(classify-error (coerce '(a b c) '(vector * 2)))
...
...
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