From 04b08da9af0c450d645ab7389d1467308cfc2db8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 4 Mar 2013 21:27:36 +0100 Subject: Imported Upstream version 1.1~hg20130304 --- test/cmplxdivide.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/cmplxdivide.go') diff --git a/test/cmplxdivide.go b/test/cmplxdivide.go index 92a98356d..40c84486d 100644 --- a/test/cmplxdivide.go +++ b/test/cmplxdivide.go @@ -45,4 +45,7 @@ func main() { fmt.Printf("%v/%v: expected %v error; got %v\n", t.f, t.g, t.out, x) } } + if bad { + panic("cmplxdivide failed.") + } } -- cgit v1.2.3