Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 19, 2023
1 parent 35dfe17 commit 6aa9544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_r_package_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6aa9544

Please sign in to comment.