diff options
| author | Mistivia <i@mistivia.com> | 2025-06-24 15:44:12 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-24 15:50:55 +0800 |
| commit | 65cd835954825568a432c2e62d8019269dcafd74 (patch) | |
| tree | 52724d76c7506e1acce6c20903ff18fbeda02c8f /tests/test.lisp | |
| parent | 60b8cd0df3ed844ea5c77286ac27afff5b3c9b37 (diff) | |
add list function
Diffstat (limited to 'tests/test.lisp')
| -rw-r--r-- | tests/test.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.lisp b/tests/test.lisp index a303ed3..59f91fb 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -18,6 +18,7 @@ (test-module macro) (test-module let-binding) (test-module string) +(test-module list) (princ "\n\nTest with intensive GC:\n\n") (_alwaysgc #t) |
