diff options
| author | 2024-06-12 21:41:35 -0400 | |
|---|---|---|
| committer | 2024-06-12 21:41:35 -0400 | |
| commit | 503b08caadb9be5b54d8542ad57973612d061cfc (patch) | |
| tree | 4d1d5ebef0f2e11dfa2532d6788f186a20c42697 /examples/string/test_inefficient.c | |
| parent | strings: add more tests (diff) | |
change uns_root_ptr to uns_ctr
Diffstat (limited to '')
| -rw-r--r-- | examples/string/test_inefficient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/string/test_inefficient.c b/examples/string/test_inefficient.c index fb96684..46533ac 100644 --- a/examples/string/test_inefficient.c +++ b/examples/string/test_inefficient.c @@ -29,7 +29,7 @@ int test(struct uns_gc *gc) { - struct uns_root_list r = {0}; + struct uns_ctr r = {0}; int i; /* MistralAI 8x7B 0.1: |
