diff --git a/modules/core/test/test_arithm.cpp b/modules/core/test/test_arithm.cpp index ca0bd2e371..7cc107809d 100644 --- a/modules/core/test/test_arithm.cpp +++ b/modules/core/test/test_arithm.cpp @@ -1246,11 +1246,7 @@ struct NormOp : public BaseElemWiseOp } double getMaxErr(int) { -#ifdef HAVE_TEGRA_OPTIMIZATION - return 2e-6; -#else - return 1e-6; -#endif + return 1e-6; } int normType; };