]> Cypherpunks.ru repositories - gostls13.git/commit
test/codegen: fix ARM32 RotateLeft32 test
authorCherry Zhang <cherryyz@google.com>
Wed, 28 Aug 2019 18:32:10 +0000 (14:32 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 28 Aug 2019 20:42:48 +0000 (20:42 +0000)
commit9859f6bedb6b85c9fa6e1a260ae62f1df8c8594e
tree7f4edbedfe9c4f3a2f0d640bcaa6dd8049c65d1b
parent777304a5d33390cd905765cb61fa6a16ac349d4e
test/codegen: fix ARM32 RotateLeft32 test

The syntax of a shifted operation does not have a "$" sign for
the shift amount. Remove it.

Change-Id: I50782fe942b640076f48c2fafea4d3175be8ff99
Reviewed-on: https://go-review.googlesource.com/c/go/+/192100
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/codegen/mathbits.go