提交 4c2db3d6 编写于 作者: R Roman Donchenko 提交者: OpenCV Buildbot

Merge pull request #2579 from maksqwe:test_operations_fix

......@@ -965,7 +965,7 @@ bool CV_OperationsTest::operations1()
Vec<double,10> v10dzero;
for (int ii = 0; ii < 10; ++ii) {
if (!v10dzero[ii] == 0.0)
if (v10dzero[ii] != 0.0)
throw test_excep();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册