Change-Id: I290806279983b528e35a3b81641c78a4e3424a74
GitHub-Last-Rev:
d6f888e7de9d8eb205a1111f37ee1e2f71e04c5c
GitHub-Pull-Request: golang/go#61351
Reviewed-on: https://go-review.googlesource.com/c/go/+/509655
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
# "go build <pkg>" assembly output for each package
# and lists the packages with differences.
#
-# It leaves and old.txt and new.txt file in the package
-# directories for the packages with differences.
+# For packages with differences it leaves files named
+# old.txt and new.txt.
FLAGS1="-newexport=0"
FLAGS2="-newexport=1"