From: Russ Cox Date: Thu, 23 Oct 2008 18:44:01 +0000 (-0700) Subject: update golden.out X-Git-Tag: weekly.2009-11-06~2910 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8d3a3dd9040fa3e5b881dd3f3b09172b1a03a4a9;p=gostls13.git update golden.out R=iant DELTA=4 (0 added, 0 deleted, 4 changed) OCL=17680 CL=17711 --- diff --git a/test/golden.out b/test/golden.out index a7de99bf71..93d080c732 100644 --- a/test/golden.out +++ b/test/golden.out @@ -1,9 +1,9 @@ =========== ./convlit.go BUG: convlit.go fails -BUG: errchk: ./convlit.go: missing expected error message on line 16: 'conver' -errchk: ./convlit.go: missing expected error message on line 17: 'conver' -errchk: ./convlit.go: missing expected error message on line 18: 'conver' +BUG: errchk: ./convlit.go: missing expected error message on line 16: 'conver|incompatible' +errchk: ./convlit.go: missing expected error message on line 17: 'conver|incompatible' +errchk: ./convlit.go: missing expected error message on line 18: 'conver|incompatible' errchk: ./convlit.go: missing expected error message on line 22: 'convert' errchk: ./convlit.go: missing expected error message on line 23: 'overflow' errchk: ./convlit.go: missing expected error message on line 24: 'overflow' @@ -126,7 +126,7 @@ BUG: fails incorrectly =========== bugs/bug095.go found 2, expected 1 -panic on line 74 PC=xxx +panic on line 83 PC=xxx BUG wrong result =========== bugs/bug098.go