]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add copyright notices to tests
authorRob Pike <r@golang.org>
Thu, 9 Jul 2015 02:49:01 +0000 (12:49 +1000)
committerRob Pike <r@golang.org>
Thu, 9 Jul 2015 03:27:48 +0000 (03:27 +0000)
commit1b74c71da5de4d066b8fa142ab158bea4cb96f60
tree2be005555494e68183df9abcce43dd10ca16a54a
parentbd45bce373db750580e1a0f9a45563f0c0991d46
cmd/asm: add copyright notices to tests

They were missing from the inputs.
Unfortunately this means the .out files all have wrong line numbers,
but they are easy to update.

Change-Id: I254742f24ab803421f34d52d13b9afa93674edd6
Reviewed-on: https://go-review.googlesource.com/11958
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/testdata/amd64.out
src/cmd/asm/internal/asm/testdata/amd64.s
src/cmd/asm/internal/asm/testdata/arm.out
src/cmd/asm/internal/asm/testdata/arm.s
src/cmd/asm/internal/asm/testdata/arm64.out
src/cmd/asm/internal/asm/testdata/arm64.s
src/cmd/asm/internal/asm/testdata/ppc64.out
src/cmd/asm/internal/asm/testdata/ppc64.s