]> Cypherpunks repositories - gostls13.git/commit
test: add escape analysis tests form maps
authorDmitry Vyukov <dvyukov@google.com>
Thu, 19 Feb 2015 15:14:13 +0000 (18:14 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 28 Mar 2015 13:41:09 +0000 (13:41 +0000)
commit130538bb9a17d6ac894aecf0f5535cc6b04bed5c
treed20c126abb4a014984af6b9517058e6dae1b6e2f
parenta21537ff74e8d873a9dcf55412a467769ddc3bd5
test: add escape analysis tests form maps

False positives (var incorrectly escapes) are marked with BAD.

Change-Id: I8383fa3f77e2156d781d994968636ba9a17bb975
Reviewed-on: https://go-review.googlesource.com/5297
Reviewed-by: Keith Randall <khr@golang.org>
test/escape_map.go [new file with mode: 0644]