]> Cypherpunks repositories - gostls13.git/commit
io/fs: remove darwin/arm64 special condition
authorCherry Zhang <cherryyz@google.com>
Wed, 30 Dec 2020 22:36:08 +0000 (17:36 -0500)
committerCherry Zhang <cherryyz@google.com>
Thu, 31 Dec 2020 02:24:55 +0000 (02:24 +0000)
commit95ce805d14642a8e8e40fe1f8f50b9b5a2c4e38b
tree87a6279842ac2b97856f4daa273e14fed7c71a8a
parent20d0991b86f533a734cad96b2002678d9750e6d8
io/fs: remove darwin/arm64 special condition

It isn't necessary on darwin/arm64 (macOS).

It was probably leftover from the old code when darwin/arm64
meant iOS. The test passes on iOS builder. Apparently this is
not needed either. Remove.

Change-Id: I6fa0c55d6086325d4b722862c4fe6c30bcd6e6e8
Reviewed-on: https://go-review.googlesource.com/c/go/+/280158
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/io/fs/walk_test.go