mirror of
https://github.com/golang/sys.git
synced 2026-02-08 03:36:03 +03:00
TestNtCreateFileAndNtSetInformationFile is failing checkptr. Fix by using replacing [:] with [:n:n]. Fixes golang/go#49217 Change-Id: I08e7ed41b33452c096cf40cdbf9d73989b769bdb Reviewed-on: https://go-review.googlesource.com/c/sys/+/359496 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alex Brainman <alex.brainman@gmail.com> Trust: Alex Brainman <alex.brainman@gmail.com> Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>