From 54e5592fbca3eb4902687c885ddf041dd06fbee4 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sun, 19 Feb 2012 14:28:53 +1100 Subject: test: explanatory comments [c-g]* R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5656103 --- test/escape2.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/escape2.go') diff --git a/test/escape2.go b/test/escape2.go index 73b2a7e58..dde96bcc1 100644 --- a/test/escape2.go +++ b/test/escape2.go @@ -4,6 +4,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test, using compiler diagnostic flags, that the escape analysis is working. +// Compiles but does not run. + package foo import ( -- cgit v1.2.1