diff --git a/.ci/test_r_package_windows.ps1 b/.ci/test_r_package_windows.ps1 index 9c23ca2e3e36..e93c6027ab8b 100644 --- a/.ci/test_r_package_windows.ps1 +++ b/.ci/test_r_package_windows.ps1 @@ -212,7 +212,7 @@ if ($env:TOOLCHAIN -ne "MSVC") { $checks_cnt = $checks.Matches.length } if ($checks_cnt -eq 0) { - Write-Output "MM_PREFETCH preprocessor definition wasn't used. Check the build logs." + Write-Output "Wrong R version was found (expected '$R_WINDOWS_VERSION'). Check the build logs." Check-Output $False }