From: Rob Pike Date: Fri, 27 Jun 2008 21:25:50 +0000 (-0700) Subject: test wasn't being run. it works fine. X-Git-Tag: weekly.2009-11-06~3599 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e95481a9388e0f69a5dba44260fb60a6f66a57a0;p=gostls13.git test wasn't being run. it works fine. SVN=125179 --- diff --git a/test/fixedbugs/bug028.go b/test/fixedbugs/bug028.go index 02e1ae2d39..57f36e31dd 100644 --- a/test/fixedbugs/bug028.go +++ b/test/fixedbugs/bug028.go @@ -20,6 +20,7 @@ func Alloc(i int) int { func main() { s := Alloc(7); + if s != 5 { panic "bad" } } /*