Skip to content

Commit

Permalink
Update ipp version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored Jun 8, 2024
1 parent 32a2e96 commit c7cd977
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 @@ -30,6 +30,6 @@ TEST_CASE ("Plugin instance", "[instance]")

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

0 comments on commit c7cd977

Please sign in to comment.