]> git.ipfire.org Git - thirdparty/git.git/commit
t-ctype: use if_test
authorRené Scharfe <l.s.r@web.de>
Tue, 30 Jul 2024 14:10:09 +0000 (16:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jul 2024 20:32:43 +0000 (13:32 -0700)
commite51d7ef9405e45bbc744e688b232d311034ef01d
tree0adb9e68b4708a21824fd949fae0b97a266d12c9
parent96c6304c1866d8dd2f17208e906749f999df0911
t-ctype: use if_test

Use the documented macro if_test instead of the internal functions
test__run_begin() and test__run_end(), which are supposed to be private
to the unit test framework.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/unit-tests/t-ctype.c