From e95481a9388e0f69a5dba44260fb60a6f66a57a0 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 27 Jun 2008 14:25:50 -0700 Subject: [PATCH] test wasn't being run. it works fine. SVN=125179 --- test/fixedbugs/bug028.go | 1 + 1 file changed, 1 insertion(+) 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" } } /* -- 2.48.1