aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
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.bash
parentf322c786923ebef0c012ff65df8bab767f0d1ace (diff)
downloadgo-9e93d5014e6a2e0ef9daf89489c7b12531fc95f3.tar.xz
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.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index b197844fe4..305ff7f417 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -150,7 +150,7 @@ time go run run.go
echo
echo '# Checking API compatibility.'
-go tool api -c $GOROOT/api/go1.txt -next $GOROOT/api/next.txt -except $GOROOT/api/except.txt
+go tool api -c $GOROOT/api/go1.txt,$GOROOT/api/go1.1.txt -next $GOROOT/api/next.txt -except $GOROOT/api/except.txt
echo
echo ALL TESTS PASSED