misc.gno

0.08 Kb ยท 6 lines
1package testutils
2
3// For testing std.CallerAt().
4func WrapCall(fn func()) {
5	fn()
6}