aboutsummaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/big/calibrate_test.go2
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