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
Eric Timmons
iterate
Commits
501edfb2
Commit
501edfb2
authored
May 17, 2021
by
Robert Goldman
Browse files
Fix allegro-compiler-let test.
There was a cut-and-paste typo in this test.
parent
d5f83a99
Changes
1
Show whitespace changes
Inline
Side-by-side
iterate-test.lisp
View file @
501edfb2
...
...
@@ -1952,7 +1952,7 @@
(
deftest
allegro-compiler-let
(
catch
'compiler-warned
(
handler-bind
((
ccl:compiler-
warning
#'
(
lambda
(
e
)
((
warning
#'
(
lambda
(
e
)
(
declare
(
ignore
e
))
(
throw
'compiler-warned
nil
))))
(
let
((
def
(
compile
nil
'
(
lambda
(
list-xs
)
...
...
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