testlapack: print byte constants as chars

This commit is contained in:
Vladimir Chalupecky
2020-02-22 00:04:09 +01:00
committed by Vladimír Chalupecký
parent 939a2b38a3
commit 3973e30147
11 changed files with 11 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ func DlasetTest(t *testing.T, impl Dlaseter) {
impl.Dlaset(uplo, m, n, alpha, beta, a.Data, a.Stride)
prefix := fmt.Sprintf("Case #%v: m=%v,n=%v,uplo=%v,extra=%v",
prefix := fmt.Sprintf("Case #%v: m=%v,n=%v,uplo=%c,extra=%v",
ti, m, n, uplo, extra)
if !generalOutsideAllNaN(a) {
t.Errorf("%v: out-of-range write to A", prefix)