Skip to content

Commit 7462310

Browse files
committed
add testing on mul
1 parent e25d94d commit 7462310

File tree

2 files changed

+1002
-1
lines changed

2 files changed

+1002
-1
lines changed

pkg/test/assembly_unit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ func Test_Asm_RecPow(t *testing.T) {
9292
}
9393

9494
func Test_Asm_Gf251(t *testing.T) {
95-
test_util.Check(t, false, "asm/gf251")
95+
test_util.Check(t, false, "asm/unit/gf251")
9696
}

0 commit comments

Comments
 (0)