From: Rob Pike Date: Thu, 4 Oct 2012 01:49:33 +0000 (+1000) Subject: src/run.bat: add new flag for api tool X-Git-Tag: go1.1rc2~2260 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dfa139aaa0ec9bfb2b23a66a315a88f757fdbea7;p=gostls13.git 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 --- diff --git a/src/run.bat b/src/run.bat index ea87d3d806..67762e1df0 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.