diff options
| author | Lynn Boger <laboger@linux.vnet.ibm.com> | 2018-10-15 12:53:07 -0400 |
|---|---|---|
| committer | Lynn Boger <laboger@linux.vnet.ibm.com> | 2018-10-16 19:00:53 +0000 |
| commit | 39fa301bdc5cd99e4f71d7da5f6f38a6f313d611 (patch) | |
| tree | 889359c9b75a51188cd7f24b673a3ce2152de592 /test/codegen/comparisons.go | |
| parent | 4b36e129f865f802eb87f7aa2b25e3297c5d8cfd (diff) | |
| download | go-39fa301bdc5cd99e4f71d7da5f6f38a6f313d611.tar.xz | |
test/codegen: enable more tests for ppc64/ppc64le
Adding cases for ppc64,ppc64le to the codegen tests
where appropriate.
Change-Id: Idf8cbe88a4ab4406a4ef1ea777bd15a58b68f3ed
Reviewed-on: https://go-review.googlesource.com/c/142557
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/codegen/comparisons.go')
| -rw-r--r-- | test/codegen/comparisons.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/codegen/comparisons.go b/test/codegen/comparisons.go index 072393f3a6..fb17d3ca5d 100644 --- a/test/codegen/comparisons.go +++ b/test/codegen/comparisons.go @@ -36,6 +36,7 @@ func CompareString2(s string) bool { func CompareString3(s string) bool { // amd64:`CMPQ\t\(.*\), [A-Z]` // arm64:-`CMPW\t` + // ppc64:-`CMPW\t` // ppc64le:-`CMPW\t` // s390x:-`CMPW\t` return s == "xxxxxxxx" |
