Skip to content

Commit a4bc835

Browse files
whyvlarmfazh
andauthored
field arithmetic cleanup
Co-authored-by: Armando Faz <armfazh@users.noreply.github.com>
1 parent d81cf1e commit a4bc835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/gf4096/gf_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ type (
1515
)
1616

1717
func assertEq(t *testing.T, a, b Gf) {
18+
t.Helper()
1819
if a != b {
1920
test.ReportError(t, b, a)
2021
}

0 commit comments

Comments
 (0)