X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-heap.c;h=ccb14846ad2ba7ba8d9c11ce9c53b6876104e146;hb=96d878178dc42839415b210c5631dc54d8eaed79;hp=dd5aaa956d669bdc6f607996c4a62e2e787714a7;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/tests/test-heap.c b/tests/test-heap.c index dd5aaa956..ccb14846a 100644 --- a/tests/test-heap.c +++ b/tests/test-heap.c @@ -221,7 +221,7 @@ test_insert_delete__(struct element *elements, goto found; } } - NOT_REACHED(); + OVS_NOT_REACHED(); found: heap_remove(&heap, &element->heap_node); @@ -260,7 +260,7 @@ test_insert_delete_raw__(struct element *elements, goto found; } } - NOT_REACHED(); + OVS_NOT_REACHED(); found: heap_raw_remove(&heap, &element->heap_node);