artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c7468
)
Clear map to not double print it now that map & hist are printed by default.
author
mpi
<mpi@openbsd.org>
Sun, 5 Sep 2021 10:14:11 +0000
(10:14 +0000)
committer
mpi
<mpi@openbsd.org>
Sun, 5 Sep 2021 10:14:11 +0000
(10:14 +0000)
regress/usr.sbin/btrace/map-unnamed.bt
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/btrace/map-unnamed.bt
b/regress/usr.sbin/btrace/map-unnamed.bt
index
1085a9d
..
cd0c770
100644
(file)
--- a/
regress/usr.sbin/btrace/map-unnamed.bt
+++ b/
regress/usr.sbin/btrace/map-unnamed.bt
@@
-10,4
+10,5
@@
END
@[7, "test"] = count();
printf("=> Print all map:\n");
print(@);
+ clear(@);
}