We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81cf1e commit a4bc835Copy full SHA for a4bc835
math/gf4096/gf_test.go
@@ -15,6 +15,7 @@ type (
15
)
16
17
func assertEq(t *testing.T, a, b Gf) {
18
+ t.Helper()
19
if a != b {
20
test.ReportError(t, b, a)
21
}
0 commit comments