From 2e348630fdff451a3c77f37a21d4385fa0d61228 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Fri, 4 Nov 2016 17:35:38 -0400 Subject: [PATCH] go/loader: fix fragile example test Change-Id: Ib6313cdba54da8911b8a2ec9e1bc115c30ea6afe Reviewed-on: https://go-review.googlesource.com/32817 Reviewed-by: Robert Griesemer --- go/loader/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/loader/example_test.go b/go/loader/example_test.go index 71f80fd8..97e223a0 100644 --- a/go/loader/example_test.go +++ b/go/loader/example_test.go @@ -173,7 +173,7 @@ func ExampleConfig_Import() { // created: [strconv_test] // imported: [errors strconv unicode/utf8] // initial: [errors strconv strconv_test unicode/utf8] - // all: [bufio bytes errors flag fmt internal/race io log math math/rand os reflect runtime runtime/debug runtime/internal/atomic runtime/internal/sys runtime/trace sort strconv strconv_test strings sync sync/atomic syscall testing time unicode unicode/utf8 unsafe] + // all: [bufio bytes context errors flag fmt internal/race io log math math/rand os reflect runtime runtime/debug runtime/internal/atomic runtime/internal/sys runtime/trace sort strconv strconv_test strings sync sync/atomic syscall testing time unicode unicode/utf8 unsafe] // strconv.Files: [atob.go atof.go atoi.go decimal.go doc.go extfloat.go ftoa.go isprint.go itoa.go quote.go internal_test.go] // strconv_test.Files: [atob_test.go atof_test.go atoi_test.go decimal_test.go example_test.go fp_test.go ftoa_test.go itoa_test.go quote_test.go strconv_test.go] }