tests: tap: remove semicolons in pass / fail definitions
[lttng-tools.git] / tests / unit / ini_config / ini_config.c
index a16d1b9e8d8f540a4e87215e6ab9c2162eebc4d9..6775ddd3f2f7d5f0902df5a6c796e78eeb75d091 100644 (file)
@@ -78,7 +78,7 @@ int main(int argc, char **argv)
        }
        path = utils_expand_path(argv[1]);
        if (!path) {
        }
        path = utils_expand_path(argv[1]);
        if (!path) {
-               fail("Failed to resolve sample INI file path")
+               fail("Failed to resolve sample INI file path");
        }
 
        plan_no_plan();
        }
 
        plan_no_plan();
This page took 0.023007 seconds and 4 git commands to generate.