Skip to content

Commit

Permalink
Another rename fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 26, 2023
1 parent c6645d3 commit 4373b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void ContainsExpectedFeatures()
if (Runtime.IsWindows)
expected += "OpenCL ";
#if OPENMP
if (OperatingSystem.IsWindows)
if (Runtime.IsWindows)
expected += "OpenMP(2.0) ";
else
expected += "OpenMP(4.5) ";
Expand Down

0 comments on commit 4373b8a

Please sign in to comment.