]> git.ozlabs.org Git - ccan/commit
tal/str: fix up test cases now take(NULL) is not passed through.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Oct 2025 03:55:22 +0000 (14:25 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Oct 2025 03:55:22 +0000 (14:25 +1030)
commit62d517918f04f91de191d9974fc2a035b5fbad60
tree9bd2bf313d3c306ddd5eaf6e052da1579dd31a14
parent9d97f36eff481b1b6168a07fee1caa7bf56d9981
tal/str: fix up test cases now take(NULL) is not passed through.

This was changed in b22095b2757 (Rusty Russell 2024-04-04: ccan: update tal so we can annote allcators as never returning NULL.)
but unit tests were not updated to match.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/tal/str/test/run-string.c
ccan/tal/str/test/run-strreg.c
ccan/tal/str/test/run-take.c
ccan/tal/str/test/run.c