From 44336459c833ca728133d0769c71691d43a1cf20 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 24 Sep 2012 12:57:05 -0400 Subject: [PATCH] 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 --- src/lib9/fmt/test.c | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.48.1