Commit 34cc0112 authored by Christopher Wedgwood's avatar Christopher Wedgwood Committed by Russ Cox

test: add missing import for zerodivide

R=rsc
CC=golang-dev, r
https://golang.org/cl/1706043
parent 3748d226
...@@ -10,6 +10,7 @@ import ( ...@@ -10,6 +10,7 @@ import (
"fmt" "fmt"
"math" "math"
"strings" "strings"
"syscall"
) )
type Error interface { type Error interface {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment