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
1306ccee
Commit
1306ccee
authored
Mar 07, 2003
by
pfdietz
Browse files
Conditionalized a test I missed before.
parent
1b27b6cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/make-sequence.lsp
View file @
1306ccee
...
...
@@ -172,6 +172,7 @@
(make-sequence '(simple-vector 5) 5 :initial-element 'a)
#(a a a a a))
#+:ansi-tests-strict-initial-element
(deftest make-sequence.26
(equalp (make-sequence 'string 5) (make-string 5))
t)
...
...
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