Skip to content
Snippets Groups Projects
Commit 2096470b authored by pfdietz's avatar pfdietz
Browse files

Added a warning comment: some of these tests may not be ANSI portable.

parent 2543e760
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@
;;; LET and LET* are also heavily exercised in the many other tests.
;;; NOTE! Some of these tests bind a variable with the same name
;;; more than once. This apparently has underdetermined semantics that
;;; varies in different Lisps.
(deftest let.1
(let ((x 0)) x)
0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment