aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2013-05-06 17:25:09 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2013-05-06 17:25:09 -0700
commit9e93d5014e6a2e0ef9daf89489c7b12531fc95f3 (patch)
tree015916ab17a79cba398fd66fb5e1a070a967f20c /src/run.bat
parentf322c786923ebef0c012ff65df8bab767f0d1ace (diff)
downloadgo-9e93d5014e6a2e0ef9daf89489c7b12531fc95f3.tar.gz
go-9e93d5014e6a2e0ef9daf89489c7b12531fc95f3.zip
api: add go1.1.txt; update cmd/api to use it
R=golang-dev, adg, r CC=golang-dev https://golang.org/cl/9250043
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bat b/src/run.bat
index c7b9b9c5a9..6f8ab0e7d6 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -121,7 +121,7 @@ set GOMAXPROCS=%OLDGOMAXPROCS%
set OLDGOMAXPROCS=
echo # Checking API compatibility.
-go tool api -c ..\api\go1.txt -next ..\api\next.txt -except ..\api\except.txt
+go tool api -c ..\api\go1.txt,..\api\go1.1.txt -next ..\api\next.txt -except ..\api\except.txt
if errorlevel 1 goto fail
echo.