summaryrefslogtreecommitdiff
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
commitb5e8017991e0fd6f9acbf150fa9bd2588149a2cc (patch)
treeebb37b041a9960b74f98049a2afac9ded5c2da8f /src/run.bash
parentbaf7ffaf9aade4068050c9525ebee80e49b532f2 (diff)
downloadgo-b5e8017991e0fd6f9acbf150fa9bd2588149a2cc.tar.gz
api: add go1.1.txt; update cmd/api to use it
R=golang-dev, adg, r CC=golang-dev https://codereview.appspot.com/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 b197844fe..305ff7f41 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