From 2096470b8acf18187c3edb9283b1d60ff980c02a Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Sun, 13 Oct 2002 01:25:10 +0000
Subject: [PATCH] Added a warning comment: some of these tests may not be ANSI
 portable.

---
 ansi-tests/let.lsp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ansi-tests/let.lsp b/ansi-tests/let.lsp
index 62e20e2a..4c3eaafa 100644
--- a/ansi-tests/let.lsp
+++ b/ansi-tests/let.lsp
@@ -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)
-- 
GitLab