diff options
| author | Lion Kortlepel <[email protected]> | 2026-01-20 23:55:24 +0100 |
|---|---|---|
| committer | Lion Kortlepel <[email protected]> | 2026-01-20 23:55:24 +0100 |
| commit | 36fdeca43eab4439a117d4c912f87e704eaa9cd5 (patch) | |
| tree | 82e1f74de431c806efd8201626a614a9e6d7547b /tests | |
| parent | ca8d76c6e81aef3651bd2dcae2f71a14e0fcca6c (diff) | |
| download | args-36fdeca43eab4439a117d4c912f87e704eaa9cd5.tar.zst args-36fdeca43eab4439a117d4c912f87e704eaa9cd5.zip | |
tests: update ls_test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ls_test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ls_test.h b/tests/ls_test.h index f9f4fe9..5dda4aa 100644 --- a/tests/ls_test.h +++ b/tests/ls_test.h @@ -1,6 +1,6 @@ /* Lion's Standard (LS) test harness. * - * Version: 1.0 + * Version: 1.1 * Website: https://libls.org * Repo: https://github.com/libls/test * SPDX-License-Identifier: MIT @@ -278,6 +278,7 @@ static int ls_test_main(int argc, char** argv) { end: fprintf(stderr, "%d succeeded, %d failed, %d total\n", lst_ok, lst_fail, lst_ok + lst_fail); + free(lst_funcs); if (lst_fail > 0) { return 1; |
