]> Cypherpunks repositories - gostls13.git/commit
runtime: remove canBackTrace variable from TestGdbPython
authorMichael Munday <munday@ca.ibm.com>
Sun, 24 Apr 2016 21:36:41 +0000 (17:36 -0400)
committerMichael Munday <munday@ca.ibm.com>
Wed, 12 Oct 2016 02:16:11 +0000 (02:16 +0000)
commit8728df645c70e6420eb59e5886bc839022998322
treed19176a14e91e003fcf6b98e062ccd7b5eca8a5b
parent0aadaf2ad5fa8cc1c00256840e37f422dda9689f
runtime: remove canBackTrace variable from TestGdbPython

The canBackTrace variable is true for all of the architectures
Go supports and this is likely to remain the case as new
architectures are added.

Change-Id: I73900c018eb4b2e5c02fccd8d3e89853b2ba9d90
Reviewed-on: https://go-review.googlesource.com/22423
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/runtime-gdb_test.go