]> Cypherpunks repositories - gostls13.git/commit
test: update list of escape reasons
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 29 Mar 2018 12:35:57 +0000 (14:35 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 29 Mar 2018 14:17:40 +0000 (14:17 +0000)
commit04e993f953060851adb604c6ccc7c96ef89b8c8d
tree5f26a4dfd26e34bf8f6e6104bd53439171c53795
parent7fe2f549cc10e1251bc84a5c0b99668ca73589a8
test: update list of escape reasons

The escape_because.go test file (which tests the "because" escape
explainations printed by `-m -m`) cointains a machine-generated list
of all the escape reasons seen in the escape tests.

The list appears to be outdated; moreove a new escape reason was added
in CL 102895. This change re-generates the list.

Change-Id: Idc721c6bbfe9516895b5cf1e6d09b77deda5a3dd
Reviewed-on: https://go-review.googlesource.com/103375
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/escape_because.go