X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=test%2Ft.Heap.c;h=733f1048c89c0e5e6b30d98514156dd657518308;hp=b01f8356d0da0f5f15feca0f50c9209288ea5270;hb=1ff641f9960fa6c6081817a5641afb22fad91dcd;hpb=71e16e325e3936549a5f3a140e6298fce333fd27 diff --git a/test/t.Heap.c b/test/t.Heap.c index b01f835..733f104 100644 --- a/test/t.Heap.c +++ b/test/t.Heap.c @@ -7,7 +7,7 @@ void t_heap_clear() { Heap* h = heap_new(int, MIN_T, 2); - // NOTE: items with same priorities are supported; + // NOTE: items with same priorities are supported; // since it is unused in this test, we arbitrarily choose 0.0 heap_insert(h, 0, 0.0); heap_insert(h, 0, 0.0);