commit | d87d48895337392c9e0fb455cc9e3b08f7f45ce4 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Thu Oct 04 11:35:17 2012 +1000 |
committer | Rob Pike <r@golang.org> | Thu Oct 04 11:35:17 2012 +1000 |
tree | 860e05af09733d8cd29e9992ce5dddc4c21f7ea1 | |
parent | e7f453148c22789660ad064107ffa7e2541ae740 [diff] [blame] |
cmd/api: add exception file Fixes build. R=golang-dev, adg, bradfitz, dsymonds, dave CC=golang-dev https://golang.org/cl/6586074
diff --git a/src/run.bash b/src/run.bash index f379ff5..1859555 100755 --- a/src/run.bash +++ b/src/run.bash
@@ -112,7 +112,7 @@ echo echo '# Checking API compatibility.' -go tool api -c $GOROOT/api/go1.txt -next $GOROOT/api/next.txt +go tool api -c $GOROOT/api/go1.txt -next $GOROOT/api/next.txt -except $GOROOT/api/except.txt echo echo ALL TESTS PASSED