From: Russ Cox Date: Mon, 24 Sep 2012 16:57:05 +0000 (-0400) Subject: lib9/fmt: do not put a main symbol into lib9.a X-Git-Tag: go1.1rc2~2351 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=44336459c833ca728133d0769c71691d43a1cf20;p=gostls13.git lib9/fmt: do not put a main symbol into lib9.a Fixes #4143. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6541064 --- diff --git a/src/lib9/fmt/test.c b/src/lib9/fmt/test.c index 1710c5e484..d82ff78baf 100644 --- a/src/lib9/fmt/test.c +++ b/src/lib9/fmt/test.c @@ -1,3 +1,5 @@ +// +build ignore + /* * The authors of this software are Rob Pike and Ken Thompson, * with contributions from Mike Burrows and Sean Dorward.