diff options
| author | Mistivia <i@mistivia.com> | 2025-12-14 04:12:47 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-12-14 04:13:38 +0800 |
| commit | b2f4201cdc8f245c17cdcc2e8028737e3df41512 (patch) | |
| tree | 52aa67a79a88ea49f0dea742c4e2902484b9ef29 /tests/vector.lisp | |
| parent | a261729300acabc101373199ee49c97e5ea6cbf6 (diff) | |
restructure
Diffstat (limited to 'tests/vector.lisp')
| -rw-r--r-- | tests/vector.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vector.lisp b/tests/vector.lisp index 10afde4..de22a89 100644 --- a/tests/vector.lisp +++ b/tests/vector.lisp @@ -1,4 +1,4 @@ -(loadext "ext_example/vector.so") +(loadext "exts/vector.so") (assert (vector? (make-vector))) (assert (not (vector? 1))) |
