Clear map to not double print it now that map & hist are printed by default.
authormpi <mpi@openbsd.org>
Sun, 5 Sep 2021 10:14:11 +0000 (10:14 +0000)
committermpi <mpi@openbsd.org>
Sun, 5 Sep 2021 10:14:11 +0000 (10:14 +0000)
regress/usr.sbin/btrace/map-unnamed.bt

index 1085a9d..cd0c770 100644 (file)
@@ -10,4 +10,5 @@ END
        @[7, "test"] = count();
        printf("=> Print all map:\n");
        print(@);
+       clear(@);
 }