summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/testdata/slices2.golden
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gofmt/testdata/slices2.golden')
-rw-r--r--src/cmd/gofmt/testdata/slices2.golden2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/gofmt/testdata/slices2.golden b/src/cmd/gofmt/testdata/slices2.golden
index 433788e1e..ab657004e 100644
--- a/src/cmd/gofmt/testdata/slices2.golden
+++ b/src/cmd/gofmt/testdata/slices2.golden
@@ -1,3 +1,5 @@
+//gofmt -s
+
// Test cases for slice expression simplification.
// Because of a dot import, these slices must remain untouched.
package p