We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03be330 commit e133b69Copy full SHA for e133b69
tests/PluginBasics.cpp
@@ -25,6 +25,6 @@ TEST_CASE ("Plugin instance", "[instance]")
25
26
TEST_CASE ("IPP version", "[ipp]")
27
{
28
- CHECK_THAT (ippsGetLibVersion()->Version, Catch::Matchers::Equals ("2021.11.0 (r0xcd107b02)"));
+ CHECK_THAT (ippsGetLibVersion()->Version, Catch::Matchers::Equals ("2022.0.0 (r0x131e93b0)"));
29
}
30
#endif
0 commit comments