]> Cypherpunks repositories - gostls13.git/commit
runtime: fix TestGdbConst on windows
authorAlessandro Arzilli <alessandro.arzilli@gmail.com>
Mon, 25 Sep 2017 10:30:41 +0000 (12:30 +0200)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 25 Sep 2017 11:34:24 +0000 (11:34 +0000)
commit5e92c411284f1757c3531a70530170f1079ee5fc
tree783fb0e15e62eddce433e975e305e8fe5d57d3a9
parent45395b5ad6d59f418cbe8b93950c9bae6e6f2196
runtime: fix TestGdbConst on windows

Some (all?) versions of gdb on windows output "\r\n" as line ending
instead of "\n".

Fixes #22012

Change-Id: I798204fd9f616d6d2c9c28eb5227fadfc63c0d45
Reviewed-on: https://go-review.googlesource.com/65850
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/runtime-gdb_test.go