Skip to content

Commit

Permalink
Bump IPP version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Nov 24, 2024
1 parent 03be330 commit e133b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PluginBasics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ TEST_CASE ("Plugin instance", "[instance]")

TEST_CASE ("IPP version", "[ipp]")
{
CHECK_THAT (ippsGetLibVersion()->Version, Catch::Matchers::Equals ("2021.11.0 (r0xcd107b02)"));
CHECK_THAT (ippsGetLibVersion()->Version, Catch::Matchers::Equals ("2022.0.0 (r0x131e93b0)"));
}
#endif

0 comments on commit e133b69

Please sign in to comment.