X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-heap.c;h=ccb14846ad2ba7ba8d9c11ce9c53b6876104e146;hb=bdd534291ff72077390f7b1745c4443ad3833d99;hp=0541b8d8e4c75b4a9b58c525226d9e0b857a39cc;hpb=95974447c9005f4ad6ef880b2331e7dca0e6f661;p=sliver-openvswitch.git diff --git a/tests/test-heap.c b/tests/test-heap.c index 0541b8d8e..ccb14846a 100644 --- a/tests/test-heap.c +++ b/tests/test-heap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 Nicira Networks. + * Copyright (c) 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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);