tests/textflag: fix formatting

This commit is contained in:
Michael McLoughlin
2019-01-10 21:56:33 -08:00
parent 999da5143a
commit 27cea3be8b
2 changed files with 257 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ func PrintAttributesTest(w io.Writer, as []attr.Attribute) {
fmt.Fprintf(w, "\tJE %s\n", cont)
fmt.Fprintf(w, "\tRET\n")
fmt.Fprintf(w, "%s:\n", cont)
fmt.Fprintf(w, "\n%s:\n", cont)
}
fmt.Fprintf(w, "\tMOVB $1, ret+0(FP)\n")