]> granicus.if.org Git - gc/commit
Add minimal testing of GC_set_bit (gctest)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 20 Jun 2017 21:42:44 +0000 (00:42 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 20 Jun 2017 21:42:44 +0000 (00:42 +0300)
commit27ad58cb112f0e388d1afe40b6d0f9651f2dabd5
treef187cbe2f69631272de3891ac57558d57766b7da
parent595d2403c86de001136500efbec3dcd36848ecc3
Add minimal testing of GC_set_bit (gctest)

* tests/test.c (typed_test): Initialize bm3, bm2 local variables to zero;
call GC_set_bit to setup bm3 and bm2 (instead of direct hard-coding of
bm3 and bm2 values during their initialization).
tests/test.c