test: add missing import for zerodivide

R=rsc
CC=golang-dev, r
https://golang.org/cl/1706043
This commit is contained in:
Christopher Wedgwood 2010-06-18 22:42:48 -07:00 committed by Russ Cox
parent 3748d22672
commit 34cc011276

View file

@ -10,6 +10,7 @@ import (
"fmt"
"math"
"strings"
"syscall"
)
type Error interface {