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 3bf9e8fc7..9a09d435c 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -68,7 +68,7 @@ echo.
if %FAIL%==1 goto fail
echo # Checking API compatibility.
-go tool api -c ..\api\go1.txt
+go tool api -c ..\api\go1.txt -next ..\api\next.txt
if errorlevel 1 goto fail
echo.