Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / tests / lib / test_trace_listener.c
index 8e640e382221c80b0a54b45fdea0a356f666c9ab..469399fb3ba9fd106b4785a0edb262bb7cb07b75 100644 (file)
@@ -247,6 +247,9 @@ int main(int argc, char **argv)
 
        ok(index + 1 == state.i, "trace modification has been invoked once after addition of an event class");
 
+       BT_PUT(sc3);
+       BT_PUT(ec5);
+       BT_PUT(ec4);
        BT_PUT(trace);
        return exit_status();
 }
This page took 0.023407 seconds and 4 git commands to generate.