X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2Ftype-declarations.c;h=516ff616e76e2340147128862f166be47adc931b;hp=fae09b713cd448f4d6547bd6f3cb186f7d7bbe23;hb=358f4691e7c9b46551aa1f2f6f689e090eb9bce5;hpb=e85e37239d682b8127005c3f63f72999193214c1 diff --git a/tests/regression/ust/type-declarations/type-declarations.c b/tests/regression/ust/type-declarations/type-declarations.c index fae09b713..516ff616e 100644 --- a/tests/regression/ust/type-declarations/type-declarations.c +++ b/tests/regression/ust/type-declarations/type-declarations.c @@ -35,5 +35,7 @@ int main(int argc, char *argv[]) tracepoint(ust_tests_td, tptest_bis, i % 2); } + tracepoint(ust_tests_td, test_auto); + return 0; }