diff options
Diffstat (limited to 'src/math')
| -rw-r--r-- | src/math/big/calibrate_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/calibrate_test.go b/src/math/big/calibrate_test.go index 4fa663ff08..d85833aede 100644 --- a/src/math/big/calibrate_test.go +++ b/src/math/big/calibrate_test.go @@ -15,7 +15,7 @@ // Calculates lower and upper thresholds for when basicSqr // is faster than standard multiplication. -// Usage: go test -run=TestCalibrate -v -calibrate +// Usage: go test -run='^TestCalibrate$' -v -calibrate package big |
