From c7b2922cf1942a49fbe0970f61e822f86e7db3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 14 Mar 2022 17:54:09 +0100 Subject: [PATCH] Test: don't mix up CORRADE_BUILD_DEPRECATED and MAGNUM_BUILD_DEPRECATED. They don't necessarily have to match. --- src/Magnum/Test/ImageViewTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Test/ImageViewTest.cpp b/src/Magnum/Test/ImageViewTest.cpp index 8b7106945..1fb37da62 100644 --- a/src/Magnum/Test/ImageViewTest.cpp +++ b/src/Magnum/Test/ImageViewTest.cpp @@ -608,7 +608,7 @@ void ImageViewTest::constructCompressedFromMutable() { } void ImageViewTest::constructNullptr() { - #ifdef CORRADE_BUILD_DEPRECATED + #ifdef MAGNUM_BUILD_DEPRECATED CORRADE_SKIP("This is still allowed on a deprecated build, can't test."); #endif