]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test: add missing import for zerodivide
authorChristopher Wedgwood <cw@f00f.org>
Sat, 19 Jun 2010 05:42:48 +0000 (22:42 -0700)
committerRuss Cox <rsc@golang.org>
Sat, 19 Jun 2010 05:42:48 +0000 (22:42 -0700)
R=rsc
CC=golang-dev, r
https://golang.org/cl/1706043

test/zerodivide.go

index ce0fc82c89c990094158b405fbb76c38effb8fdc..9d35b392bc074266ff73cd01524f88a036d606b1 100644 (file)
@@ -10,6 +10,7 @@ import (
        "fmt"
        "math"
        "strings"
+       "syscall"
 )
 
 type Error interface {