diff options
Diffstat (limited to 'lib/test/writer.go')
| -rw-r--r-- | lib/test/writer.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/test/writer.go b/lib/test/writer.go index 63b0fcc0..ea9f7edb 100644 --- a/lib/test/writer.go +++ b/lib/test/writer.go @@ -3,8 +3,9 @@ package test -// Writer contains common methods between testing.T and testing.B, a subset -// of testing.TB that cannot be used due to private methods. +// Writer contains common methods between [testing.T], [testing.B] and +// [testing.F], a subset of [testing.TB] that cannot be used due to private +// methods. type Writer interface { Error(args ...any) Errorf(format string, args ...any) |
