mirror of
https://github.com/gonum/gonum.git
synced 2025-09-26 19:21:17 +08:00

This CL fixes the following compilation error while running 'go test': ``` Error: cmplxs/cmplxs_test.go:476:12: non-constant format string in call to (*testing.common).Errorf ``` Signed-off-by: Sebastien Binet <binet@cern.ch>