Replace all assert(false) and assert(0) with abort()
[babeltrace.git] / tests / lib / test_graph_topo.c
index 058da9e8ce6783e85abfa3bf58d1ce1c8ce81431..0d6d6edb28d22f1b7fd016ce07d106aee509f6f8 100644 (file)
@@ -245,7 +245,7 @@ bool compare_events(struct event *ev_a, struct event *ev_b)
                        }
                        break;
                default:
-                       assert(false);
+                       abort();
        }
 
        return true;
This page took 0.023474 seconds and 4 git commands to generate.