diff options
Diffstat (limited to 'test/hilbert.go')
-rw-r--r-- | test/hilbert.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hilbert.go b/test/hilbert.go index 9438045c8..07db35324 100644 --- a/test/hilbert.go +++ b/test/hilbert.go @@ -10,7 +10,7 @@ package main -import Big "bignum" +import Big "exp/bignum" import Fmt "fmt" |