Skip to content

Commit e133b69

Browse files
committed
Bump IPP version in tests
1 parent 03be330 commit e133b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PluginBasics.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ TEST_CASE ("Plugin instance", "[instance]")
2525

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

0 commit comments

Comments
 (0)