diff options
| author | Mistivia <i@mistivia.com> | 2025-06-21 17:19:11 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-21 17:19:11 +0800 |
| commit | fec7a34cdc55f226e69d98267e42fa4b52b0193c (patch) | |
| tree | 8ac2bc5f7c6372a722a080757c2b6f0f6ed12fc1 /tests/lisp/let-binding.lisp | |
| parent | 1de8cda84460198e764a94c1f0f106ecaf001331 (diff) | |
move test files
Diffstat (limited to 'tests/lisp/let-binding.lisp')
| -rw-r--r-- | tests/lisp/let-binding.lisp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/lisp/let-binding.lisp b/tests/lisp/let-binding.lisp deleted file mode 100644 index 33d021e..0000000 --- a/tests/lisp/let-binding.lisp +++ /dev/null @@ -1,7 +0,0 @@ -(assert-error (let ((i 0)) (i > 4))) - -(assert (= 3 -(let ((a 1) - (b 2)) - (+ a b)))) - |
