tests/lib: do not call bt_ctf_trace_set_native_byte_order() if not needed
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 30 May 2017 22:47:31 +0000 (18:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 20:58:13 +0000 (16:58 -0400)
commit5c565c458535db2728ba850272f0d9ad4e92d748
tree9f1da13cbede2158b9ff910a7fe7073cd4555ca8
parentd41cff384b157063354895e81f85baf98775f64e
tests/lib: do not call bt_ctf_trace_set_native_byte_order() if not needed

It's not mandatory anymore to call bt_ctf_trace_set_native_byte_order()
on a trace object before it's frozen.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/lib/test_bt_ctf_field_type_validation.c
tests/lib/test_bt_notification_iterator.c
tests/lib/test_ctf_ir_ref.c
tests/lib/test_ctf_writer.c
tests/lib/test_ir_visit.c
This page took 0.024792 seconds and 4 git commands to generate.