diff options
| author | Mistivia <i@mistivia.com> | 2025-12-14 04:53:43 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-12-14 04:53:43 +0800 |
| commit | 995b45685a5d23e9bbf5667b2e9246ba385110cd (patch) | |
| tree | 039197e5147a1451daaf2c980f602bf52ad18fb1 /tests/vector.lisp | |
| parent | 14469e9fb6db827ce9b1308d11fff1026e50a75f (diff) | |
clean dir
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 de22a89..10afde4 100644 --- a/tests/vector.lisp +++ b/tests/vector.lisp @@ -1,4 +1,4 @@ -(loadext "exts/vector.so") +(loadext "ext_example/vector.so") (assert (vector? (make-vector))) (assert (not (vector? 1))) |
