mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00:00
go/printer: update golden file (fix build)
Change-Id: I897a09a1c54f6d68c5dc68e189cb25dc72bb7590 Reviewed-on: https://go-review.googlesource.com/3240 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
ad54a16b15
commit
c8d7d0d9f1
3
src/go/printer/testdata/declarations.golden
vendored
3
src/go/printer/testdata/declarations.golden
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user