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/control-flow.lisp | |
| parent | 60b8cd0df3ed844ea5c77286ac27afff5b3c9b37 (diff) | |
add list function
Diffstat (limited to 'tests/control-flow.lisp')
| -rw-r--r-- | tests/control-flow.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/control-flow.lisp b/tests/control-flow.lisp index 321aae0..965213e 100644 --- a/tests/control-flow.lisp +++ b/tests/control-flow.lisp @@ -1,6 +1,6 @@ (assert-error (if (error "") 1 2)) -(defmacro inmacro x (progn ,@x)) +(defmacro inmacro x `(progn ,@x)) (let ((i 0)) (while #t |
