diff --git a/modules/photo/test/test_denoising.cpp b/modules/photo/test/test_denoising.cpp index d52d8b40f..7312bbbaf 100644 --- a/modules/photo/test/test_denoising.cpp +++ b/modules/photo/test/test_denoising.cpp @@ -52,7 +52,7 @@ using namespace std; #ifdef DUMP_RESULTS # define DUMP(image, path) imwrite(path, image) #else -# define FUMP(image, path) +# define DUMP(image, path) #endif