tests/lib/conds: make `condMain()` take a span for args
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 21 Mar 2024 19:13:26 +0000 (15:13 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Mar 2024 18:56:36 +0000 (14:56 -0400)
commitfb472529347b066d5b60f9e4f1d2554ecb733aca
treee00ffb9d9418aa9cf0ac2fb31ea8558158f728fb
parenta111fb7da2c4aae9fa8f91891071231fe214d9c2
tests/lib/conds: make `condMain()` take a span for args

Make `argv` a span, instead of having `argc` + `argv`.  There is no
point in this change except that it seemed possible and I wanted to do
it.

Change-Id: I1e7e76638e9e6365df05bb5c7b175d44b6badf6f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12118
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
tests/lib/conds/conds-triggers.cpp
tests/lib/conds/utils.cpp
tests/lib/conds/utils.hpp
This page took 0.023678 seconds and 4 git commands to generate.