Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / unit / test_uri.c
index 91bd21c5e3213a444279ef695fa1ea7c2fcc715a..ba0baf9b6e03b0f1f84ef4d763751b3943a7aa95 100644 (file)
@@ -252,10 +252,10 @@ void test_uri_cmp()
 
 int main(int argc, char **argv)
 {
-       diag("URI unit tests");
-
        plan_tests(NUM_TESTS);
 
+       diag("URI unit tests");
+
        test_uri_parsing();
 
        test_uri_cmp();
This page took 0.022888 seconds and 4 git commands to generate.