summaryrefslogtreecommitdiff
path: root/src/pkg/big/int_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/big/int_test.go')
-rwxr-xr-xsrc/pkg/big/int_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/big/int_test.go b/src/pkg/big/int_test.go
index 064f46731..e92ebe508 100755
--- a/src/pkg/big/int_test.go
+++ b/src/pkg/big/int_test.go
@@ -602,7 +602,7 @@ func TestExp(t *testing.T) {
continue
}
- z := new(Int).Exp(x, y, m)
+ z := y.Exp(x, y, m)
if !isNormalized(z) {
t.Errorf("#%d: %v is not normalized", i, *z)
}