From: Like Xu <likexu@xxxxxxxxxxx> The inappropriate prefix may be propagated to later test cases if any. Signed-off-by: Like Xu <likexu@xxxxxxxxxxx> --- x86/pmu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/x86/pmu.c b/x86/pmu.c index 9262f3c..4eb92d8 100644 --- a/x86/pmu.c +++ b/x86/pmu.c @@ -674,6 +674,7 @@ int main(int ac, char **av) report_prefix_push("full-width writes"); check_counters(); check_gp_counters_write_width(); + report_prefix_pop(); } return report_summary(); -- 2.37.2