summaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
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 ea87d3d80..67762e1df 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.