diff options
Diffstat (limited to 'src/simd/slicepart_test.go')
| -rw-r--r-- | src/simd/slicepart_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simd/slicepart_test.go b/src/simd/slicepart_test.go index c9492bea1b..07869e954b 100644 --- a/src/simd/slicepart_test.go +++ b/src/simd/slicepart_test.go @@ -367,7 +367,7 @@ func TestSlicePartInt64(t *testing.T) { b := make([]int64, L) v.StoreSlice(b) // test the load - checkSlicesLogInput(t, b, d, func() { t.Helper(); t.Logf("Len(e)=%d", len(e)) }) + checkSlicesLogInput(t, b, d, 0.0, func() { t.Helper(); t.Logf("Len(e)=%d", len(e)) }) // Test the store f := make([]int64, L+1) |
