]> Cypherpunks repositories - gostls13.git/commit
test: simplify fixedbugs/issue15747.go
authorAustin Clements <austin@google.com>
Fri, 14 Oct 2016 21:35:18 +0000 (17:35 -0400)
committerAustin Clements <austin@google.com>
Sat, 15 Oct 2016 21:27:45 +0000 (21:27 +0000)
commitad5fd2872f6cce199aa4f543801d8793ef0a901f
tree88c7ddbb70c91bd528753392fb76ec6177cdece5
parent9897e4081192abd81fd404774dd492975d7ccedd
test: simplify fixedbugs/issue15747.go

The error check patterns in this test are more complex than necessary
because f2 gets inlined into f1. This behavior isn't important to the
test, so disable inlining of f2 and simplify the error check patterns.

Change-Id: Ia8aee92a52f9217ad71b89b2931494047e8d2185
Reviewed-on: https://go-review.googlesource.com/31132
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
test/fixedbugs/issue15747.go