From dfa139aaa0ec9bfb2b23a66a315a88f757fdbea7 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 4 Oct 2012 11:49:33 +1000 Subject: [PATCH] src/run.bat: add new flag for api tool Fixes build. Makes me annoyed. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6591074 --- src/run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.bat b/src/run.bat index ea87d3d806b..67762e1df08 100644 --- a/src/run.bat +++ b/src/run.bat @@ -97,7 +97,7 @@ echo. if %FAIL%==1 goto fail echo # Checking API compatibility. -go tool api -c ..\api\go1.txt -next ..\api\next.txt +go tool api -c ..\api\go1.txt -next ..\api\next.txt -except ..\api\except.txt if errorlevel 1 goto fail echo.