mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +08:00
fix nilness finding
This commit is contained in:
parent
75fde484ba
commit
33c6d26f07
@ -181,7 +181,7 @@ func TestSetBytes(t *testing.T) {
|
|||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if err == nil && tt.fail {
|
if tt.fail {
|
||||||
t.Errorf("%d: unexpected success", i)
|
t.Errorf("%d: unexpected success", i)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user