commit | 46302185383a079957a0e72c785ef0c507ab1d46 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Oct 03 16:42:18 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Oct 03 16:42:18 2014 -0400 |
tree | b766a9265ba35275653bedf6456957faac6d0d21 | |
parent | a22424567c622ee0b111787a37e775c815d2e14b [diff] |
misc/cgo/test: fail issue 7978 with clearer error when GOTRACEBACK != 2 The test doesn't work with GOTRACEBACK != 2. Diagnose that failure mode. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews, r https://golang.org/cl/152970043