master: Fix input-manifest
snuglas via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 114538b3783a3eacf3c6ea6f6b23d6f83f90cb44 (commit)
from 6a39892471ffe36d723cd07928bff3182bfd8ac5 (commit)
- Log -----------------------------------------------------------------
commit 114538b3783a3eacf3c6ea6f6b23d6f83f90cb44
Author: Douglas Katzman <[email protected]>
Date: Mon Apr 27 20:40:10 2026 -0400
Fix input-manifest
---
tests/input-manifest.lisp-expr | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/input-manifest.lisp-expr b/tests/input-manifest.lisp-expr
index 4ccab45cd..c09acec98 100644
--- a/tests/input-manifest.lisp-expr
+++ b/tests/input-manifest.lisp-expr
@@ -1,7 +1,8 @@
;;; This comment might make sourceforge stop thinking that the file
;;; is binary its diff view.
;;; Or not.
-(("alien-struct-by-value.impure.lisp" "tests/alien-struct-by-value.so")
+(("alien-struct-access.impure.lisp" "tests/alien-struct-access.so")
+ ("alien-struct-by-value.impure.lisp" "tests/alien-struct-by-value.so")
("alien.impure.lisp" "tests/alien-128.so")
("aprof.impure.lisp"
"src/code/aprof.lisp"
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL