]> git.proxmox.com Git - ovs.git/blobdiff - tests/test-heap.c
Rename NOT_REACHED to OVS_NOT_REACHED
[ovs.git] / tests / test-heap.c
index dd5aaa956d669bdc6f607996c4a62e2e787714a7..ccb14846ad2ba7ba8d9c11ce9c53b6876104e146 100644 (file)
@@ -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);