From: Robert Griesemer Date: Fri, 23 Jan 2015 19:21:19 +0000 (-0800) Subject: go/printer: update golden file (fix build) X-Git-Tag: go1.5beta1~2278 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c8d7d0d9f117cfd3d7e13f4061e8a69b8d5afbf5;p=gostls13.git go/printer: update golden file (fix build) Change-Id: I897a09a1c54f6d68c5dc68e189cb25dc72bb7590 Reviewed-on: https://go-review.googlesource.com/3240 Reviewed-by: Alan Donovan --- diff --git a/src/go/printer/testdata/declarations.golden b/src/go/printer/testdata/declarations.golden index b7be6f80ad..82f5e0f914 100644 --- a/src/go/printer/testdata/declarations.golden +++ b/src/go/printer/testdata/declarations.golden @@ -111,6 +111,9 @@ import ( ) // print import paths as double-quoted strings +// (we would like more test cases but the go/parser +// already excludes most incorrect paths, and we don't +// bother setting up test-ASTs manually) import ( "fmt" "math"