aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/fmtmap_test.go
diff options
context:
space:
mode:
authorCuong Manh Le <cuong.manhle.vn@gmail.com>2020-04-21 13:04:59 +0700
committerCuong Manh Le <cuong.manhle.vn@gmail.com>2020-04-21 18:15:14 +0000
commit65c9b575664a1012c4fa91c9736aa1f1d324cdb4 (patch)
tree67a6eb9afabc33f5688d47f0f858b1ab3c7e8133 /src/cmd/compile/fmtmap_test.go
parenta95bf77e1a756d3d3a03c73d2898d8553b8b6168 (diff)
downloadgo-65c9b575664a1012c4fa91c9736aa1f1d324cdb4.tar.xz
cmd/compile: remove nlz function
Use nlzX variants instead. While at it, also remove tests involve nlz/nlo/nto/log2, since when we are calling directly "math/bits" functions. Passes toolstash-check. Change-Id: I83899741a29e05bc2c19d73652961ac795001781 Reviewed-on: https://go-review.googlesource.com/c/go/+/229138 Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/cmd/compile/fmtmap_test.go')
-rw-r--r--src/cmd/compile/fmtmap_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/fmtmap_test.go b/src/cmd/compile/fmtmap_test.go
index bdf7cc80ee..5a24296c5e 100644
--- a/src/cmd/compile/fmtmap_test.go
+++ b/src/cmd/compile/fmtmap_test.go
@@ -157,7 +157,6 @@ var knownFormats = map[string]string{
"int64 %+d": "",
"int64 %-10d": "",
"int64 %.5d": "",
- "int64 %X": "",
"int64 %d": "",
"int64 %v": "",
"int64 %x": "",