]> Cypherpunks repositories - gostls13.git/commit
cmd/link: accept Windows line-ending in TestTrampolineCgo
authorCherry Mui <cherryyz@google.com>
Thu, 27 May 2021 14:11:42 +0000 (10:11 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 27 May 2021 18:01:11 +0000 (18:01 +0000)
commitdb66e9e15d16cfdb555140b26a5f009fd0d23d0e
treeb1af1c76b5f217421709eb0c75804385ae494d23
parent6b8c94b6c524710bc3290546176a0da2f7c8c9db
cmd/link: accept Windows line-ending in TestTrampolineCgo

Apparently C printf emits "\r\n" on Windows. Accept that.

Change-Id: If87ba41435e3147d3892cfc3fe3a105b066ff0aa
Reviewed-on: https://go-review.googlesource.com/c/go/+/322973
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/link_test.go