mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
test: add missing import for zerodivide
R=rsc CC=golang-dev, r https://golang.org/cl/1706043
This commit is contained in:
parent
3748d22672
commit
34cc011276
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import (
|
|||
"fmt"
|
||||
"math"
|
||||
"strings"
|
||||
"syscall"
|
||||
)
|
||||
|
||||
type Error interface {
|
||||
|
|
Loading…
Reference in a new issue