]> Cypherpunks repositories - gostls13.git/commitdiff
go/printer: update golden file (fix build)
authorRobert Griesemer <gri@golang.org>
Fri, 23 Jan 2015 19:21:19 +0000 (11:21 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 23 Jan 2015 19:23:14 +0000 (19:23 +0000)
Change-Id: I897a09a1c54f6d68c5dc68e189cb25dc72bb7590
Reviewed-on: https://go-review.googlesource.com/3240
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/printer/testdata/declarations.golden

index b7be6f80ad88cacec43250e655efa14b92097292..82f5e0f9147be69128d1a0183bfb058d65443b55 100644 (file)
@@ -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"