Implement new CTF-IR reference counting scheme
[babeltrace.git] / tests / lib / test_ctf_writer.c
index 2d7c5a500af71d32d03725ca6a09b0ac873a32f6..596bb90da15b2bed2cbc9525e73c60d4a956f704 100644 (file)
@@ -3285,9 +3285,6 @@ int main(int argc, char **argv)
        bt_put(packet_header_field);
        bt_put(trace);
        free(metadata_string);
-
-       ok(bt_ctf_stream_class_get_trace(stream_class) == NULL,
-               "bt_ctf_stream_class_get_trace returns NULL after its trace has been reclaimed");
        bt_put(stream_class);
 
        /* Remove all trace files and delete temporary trace directory */
This page took 0.023556 seconds and 4 git commands to generate.