]> Cypherpunks.ru repositories - gostls13.git/commit
test: re-enable phi optimization test
authorMichael Munday <munday@ca.ibm.com>
Tue, 13 Sep 2016 19:57:52 +0000 (15:57 -0400)
committerMichael Munday <munday@ca.ibm.com>
Tue, 13 Sep 2016 20:06:13 +0000 (20:06 +0000)
commit7e2b5a102e1c7fcc314b5e58151043530ea1ffe9
tree1f53279449cc399c15a5f6ce2f915c8fff1eae5d
parent6ec993adc3373d31392b301ebe0c376b02d68051
test: re-enable phi optimization test

CL 28978 (6ec993a) accidentally disabled the test (it would only
run if amd64 AND s390x, whereas it should be amd64 OR s390x).

Change-Id: I23c1ad71724ff55f5808d5896b19b62c8ec5af76
Reviewed-on: https://go-review.googlesource.com/28981
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/phiopt.go