Fix: tests: error handling labels are in the wrong order
[lttng-tools.git] / tests / kernel / kernel_event_basic.c
index a7d7dfae8df6c4ba8d9f0168dda6825bc23acbc3..b0cbf669fa788be9d1e4d0f1667ef174a3478106 100644 (file)
@@ -176,10 +176,10 @@ int main(int argc, char **argv)
 
        return 0;
 
-create_fail:
-       assert(ret != 0);
 handle_fail:
        assert(handle != NULL);
+create_fail:
+       assert(ret != 0);
 
 stop_fail:
 start_fail:
This page took 0.023059 seconds and 4 git commands to generate.