summaryrefslogtreecommitdiff
path: root/src/pkg/math/big/nat_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/big/nat_test.go')
-rw-r--r--src/pkg/math/big/nat_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/math/big/nat_test.go b/src/pkg/math/big/nat_test.go
index 25e39273c..7f3f76dc3 100644
--- a/src/pkg/math/big/nat_test.go
+++ b/src/pkg/math/big/nat_test.go
@@ -512,6 +512,9 @@ func TestStringPowers(t *testing.T) {
t.Errorf("failed at %d ** %d in base %d: %s != %s", b, p, b, xs, xs2)
}
}
+ if b >= 3 && testing.Short() {
+ break
+ }
}
}