[Git][cmucl/cmucl][master] Add test case for issue #24.
Raymond Toy
rtoy at common-lisp.net
Tue Oct 4 02:03:02 UTC 2016
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
6d30fdd6 by Raymond Toy at 2016-10-03T19:02:46-07:00
Add test case for issue #24.
Forgot to check this in with the fix for issue #24.
- - - - -
1 changed file:
- + tests/resources/issue-24.lisp
Changes:
=====================================
tests/resources/issue-24.lisp
=====================================
--- /dev/null
+++ b/tests/resources/issue-24.lisp
@@ -0,0 +1,5 @@
+;; Test case from issue #24.
+(defun foo ()
+ (print "Hello world"))
+
+(compile 'foo)
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/6d30fdd63c822201fc5c13d60529808d135cce4a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161004/c5aa5c36/attachment.html>
More information about the cmucl-cvs
mailing list